Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0068d3

Browse files
authored
Merge pull request#41 from beyondcode/dev
1.6.0
2 parents9cd316f +3058413 commita0068d3

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

‎.styleci.yml‎

Lines changed: 0 additions & 4 deletions
This file was deleted.

‎composer.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php":"^7.2|^8.0",
20-
"illuminate/support":"5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
20+
"illuminate/support":"5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2121
"symfony/stopwatch":"^4.0|^5.0|^6.0|^7.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench":"^4.6|^5.0|^6.0|^8.0",
25-
"phpunit/phpunit":"^8.0|^9.0"
24+
"orchestra/testbench":"^4.6|^5.0|^6.0|^8.0|^10.0",
25+
"phpunit/phpunit":"^8.0|^9.0|^11.5.3"
2626
},
2727
"autoload": {
2828
"psr-4": {

‎phpunit.xml.dist‎

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunitbootstrap="vendor/autoload.php"
33
backupGlobals="false"
4-
backupStaticAttributes="false"
54
colors="true"
6-
verbose="true"
7-
convertErrorsToExceptions="true"
8-
convertNoticesToExceptions="true"
9-
convertWarningsToExceptions="true"
105
processIsolation="false"
116
stopOnFailure="false">
127
<testsuites>
138
<testsuitename="BeyondCode Test Suite">
149
<directory>tests</directory>
1510
</testsuite>
1611
</testsuites>
17-
<filter>
18-
<whitelist>
19-
<directorysuffix=".php">src/</directory>
20-
</whitelist>
21-
</filter>
22-
<logging>
23-
<logtype="tap"target="build/report.tap"/>
24-
<logtype="junit"target="build/report.junit.xml"/>
25-
<logtype="coverage-html"target="build/coverage"charset="UTF-8"yui="true"highlight="true"/>
26-
<logtype="coverage-text"target="build/coverage.txt"/>
27-
<logtype="coverage-clover"target="build/logs/clover.xml"/>
28-
</logging>
2912
</phpunit>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp