File tree Expand file tree Collapse file tree 4 files changed +9
-25
lines changed
Expand file tree Collapse file tree 4 files changed +9
-25
lines changed Original file line number Diff line number Diff line change 1616 matrix :
1717 os : [ubuntu-latest]
1818 php : [8.2]
19- laravel : ['^9.22', ' 10.*']
19+ laravel : ['10.*']
2020 stability : [prefer-lowest, prefer-stable]
2121 include :
22- - laravel : " ^9.22"
23- testbench : 7.*
2422 - laravel : 10.*
2523 testbench : 8.*
2624
Original file line number Diff line number Diff line change 11.idea
22.php_cs
33.php_cs.cache
4- .phpunit.result. cache
4+ .phpunit.cache
55build
66composer.lock
77coverage
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^8.2" ,
2020 "guzzlehttp/guzzle" : " ^7.5" ,
21- "laravel/framework" : " ^9.46|^ 10.0" ,
21+ "laravel/framework" : " ^10.0" ,
2222 "pragmarx/google2fa" : " ^8.0" ,
2323 "spatie/laravel-package-tools" : " ^1.14.1"
2424 },
2525 "require-dev" : {
26- "nunomaduro/collision" : " ^6.3 " ,
26+ "nunomaduro/collision" : " ^7.0 " ,
2727 "nunomaduro/larastan" : " ^2.4.0" ,
28- "orchestra/testbench" : " ^7.18|^8.0" ,
29- "pestphp/pest" : " ^1.22.3" ,
30- "pestphp/pest-plugin-parallel" : " ^1.2" ,
31- "pestphp/pest-plugin-laravel" : " ^1.4" ,
32- "worksome/pest-plugin-silence" : " ^0.1.2" ,
33- "worksome/coding-style" : " ^2.3"
28+ "orchestra/testbench" : " ^8.0" ,
29+ "pestphp/pest" : " ^2.0" ,
30+ "pestphp/pest-plugin-laravel" : " ^2.0" ,
31+ "worksome/coding-style" : " ^2.5"
3432 },
3533 "autoload" : {
3634 "psr-4" : {
Original file line number Diff line number Diff line change 22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5- backupGlobals =" false"
6- backupStaticAttributes =" false"
75 bootstrap =" vendor/autoload.php"
86 colors =" true"
9- convertErrorsToExceptions =" true"
10- convertNoticesToExceptions =" true"
11- convertWarningsToExceptions =" true"
12- processIsolation =" false"
13- stopOnFailure =" false"
14- executionOrder =" random"
15- failOnWarning =" true"
16- failOnRisky =" true"
17- failOnEmptyTestSuite =" true"
18- beStrictAboutOutputDuringTests =" true"
19- verbose =" true"
7+ cacheDirectory =" .phpunit.cache"
208>
219 <testsuites >
2210 <testsuite name =" Worksome Test Suite" >
You can’t perform that action at this time.
0 commit comments