Skip to content

Commit a0068d3

Browse files
authored
Merge pull request #41 from beyondcode/dev
1.6.0
2 parents 9cd316f + 3058413 commit a0068d3

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

.styleci.yml

-4
This file was deleted.

composer.json

+3-3
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

-17
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit bootstrap="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
<testsuite name="BeyondCode Test Suite">
149
<directory>tests</directory>
1510
</testsuite>
1611
</testsuites>
17-
<filter>
18-
<whitelist>
19-
<directory suffix=".php">src/</directory>
20-
</whitelist>
21-
</filter>
22-
<logging>
23-
<log type="tap" target="build/report.tap"/>
24-
<log type="junit" target="build/report.junit.xml"/>
25-
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
26-
<log type="coverage-text" target="build/coverage.txt"/>
27-
<log type="coverage-clover" target="build/logs/clover.xml"/>
28-
</logging>
2912
</phpunit>

0 commit comments

Comments
 (0)