File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ composer.lock
4
4
docs
5
5
vendor
6
6
coverage
7
+ .phpunit.cache
7
8
.phpunit.result.cache
8
9
.DS_Store
Original file line number Diff line number Diff line change 19
19
}
20
20
],
21
21
"require" : {
22
- "php" : " ^7.2|^ 8.0" ,
22
+ "php" : " ^8.0" ,
23
23
"ext-zip" : " *" ,
24
- "illuminate/contracts" : " ^6 .0|^7 .0|^8.0|^9 .0" ,
25
- "illuminate/support" : " ^6 .0|^7 .0|^8.0|^9 .0"
24
+ "illuminate/contracts" : " ^8 .0|^9 .0|^10 .0" ,
25
+ "illuminate/support" : " ^8 .0|^9 .0|^10 .0"
26
26
},
27
27
"require-dev" : {
28
- "orchestra/testbench" : " ^4 .0|^5 .0|^6.0|^7 .0" ,
29
- "phpunit/phpunit" : " ^8.0|^9.0"
28
+ "orchestra/testbench" : " ^6 .0|^7 .0|^8 .0" ,
29
+ "phpunit/phpunit" : " ^8.0|^9.0|^10.0 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" backupStaticAttributes = " false " colors =" true" verbose = " true " convertErrorsToExceptions = " true " convertNoticesToExceptions = " true " convertWarningsToExceptions = " true " processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" cacheDirectory = " .phpunit.cache " backupStaticProperties = " false " >
3
3
<coverage >
4
4
<include >
5
5
<directory suffix =" .php" >src/</directory >
19
19
<junit outputFile =" build/report.junit.xml" />
20
20
</logging >
21
21
<php >
22
- <server name =" XDEBUG_MODE" value =" coverage" />
22
+ <server name =" XDEBUG_MODE" value =" coverage" />
23
23
</php >
24
24
</phpunit >
You can’t perform that action at this time.
0 commit comments