File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1+ /.phpunit.cache
12build
23composer.lock
34vendor
Original file line number Diff line number Diff line change 2323 }
2424 ],
2525 "require" : {
26- "php" : " ^8.0" ,
27- "illuminate/contracts" : " ^8.37|^9.0"
26+ "php" : " ^8.0|^8.1 " ,
27+ "illuminate/contracts" : " ^8.37|^9.0|^10.0 "
2828 },
2929 "require-dev" : {
30- "brianium/paratest" : " ^6.2" ,
31- "nunomaduro/collision" : " ^5.3|^6.1" ,
32- "orchestra/testbench" : " ^6.15|^7.0" ,
33- "phpunit/phpunit" : " ^9.3" ,
30+ "brianium/paratest" : " ^6.2|^7.0.6 " ,
31+ "nunomaduro/collision" : " ^5.3|^6.1|^7.0 " ,
32+ "orchestra/testbench" : " ^6.15|^7.0|^8.0 " ,
33+ "phpunit/phpunit" : " ^9.3|^10.0 " ,
3434 "spatie/laravel-ray" : " ^1.9" ,
35- "vimeo/psalm" : " ^4.4"
35+ "vimeo/psalm" : " ^4.4|^5.6 "
3636 },
3737 "autoload" : {
3838 "psr-4" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" bootstrap =" vendor/autoload.php" backupGlobals =" false" backupStaticAttributes = " false " colors =" true" verbose = " true " convertErrorsToExceptions = " true " convertNoticesToExceptions = " true " convertWarningsToExceptions = " true " processIsolation = " false " stopOnFailure =" false" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation = " false " stopOnFailure = " false " cacheDirectory = " .phpunit.cache " backupStaticProperties =" false" >
33 <coverage >
44 <include >
55 <directory suffix =" .php" >src/</directory >
You can’t perform that action at this time.
0 commit comments