File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1010 matrix :
1111 os : [ubuntu-latest, windows-latest]
1212 php : [8.5, 8.4]
13- laravel : [12.*]
13+ laravel : [13.*, 12.*]
1414 dependency-version : [prefer-lowest, prefer-stable]
1515 include :
16+ - laravel : 13.*
17+ testbench : 11.*
1618 - laravel : 12.*
1719 testbench : 10.*
1820
Original file line number Diff line number Diff line change 1919 "php" : " ^8.4" ,
2020 "ext-json" : " *" ,
2121 "facade/ignition-contracts" : " ^1.0.2|^2.0" ,
22- "illuminate/contracts" : " ^12.0" ,
23- "illuminate/database" : " ^12.0" ,
24- "illuminate/support" : " ^12.0" ,
22+ "illuminate/contracts" : " ^12.0|^13.0 " ,
23+ "illuminate/database" : " ^12.0|^13.0 " ,
24+ "illuminate/support" : " ^12.0|^13.0 " ,
2525 "spatie/laravel-package-tools" : " ^1.19" ,
2626 "spatie/php-structure-discoverer" : " ^2.3.1"
2727 },
2828 "require-dev" : {
29- "orchestra/testbench" : " ^10.0" ,
29+ "orchestra/testbench" : " ^10.0|^11.0 " ,
3030 "pestphp/pest" : " ^4.1.4" ,
3131 "symfony/var-dumper" : " ^7.3.5|^8.0" ,
3232 "illuminate/contracts" : " ^12.0" ,
Original file line number Diff line number Diff line change 55 <directory >tests</directory >
66 </testsuite >
77 </testsuites >
8- <logging >
9- <junit outputFile =" build/report.junit.xml" />
10- </logging >
118 <source >
129 <include >
1310 <directory suffix =" .php" >src/</directory >
You can’t perform that action at this time.
0 commit comments