File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 fail-fast : false
2727 matrix :
2828 os : [ubuntu-latest]
29- php : [8.3, 8.4]
30- laravel : [12.*]
29+ php : [8.3, 8.4, 8.5 ]
30+ laravel : [12.*, 13.* ]
3131 statamic : [6.*]
3232 dependency-version : [prefer-stable]
3333
Original file line number Diff line number Diff line change 1818 "php" : " ^8.2" ,
1919 "guzzlehttp/guzzle" : " ^7.3" ,
2020 "http-interop/http-factory-guzzle" : " ^1.0" ,
21- "illuminate/support" : " ^12.0" ,
22- "statamic/cms" : " ^6.0.0 " ,
21+ "illuminate/support" : " ^12.0 || ^13.0 " ,
22+ "statamic/cms" : " ^6.0" ,
2323 "typesense/typesense-php" : " ^5.1"
2424 },
2525 "require-dev" : {
2626 "laravel/pint" : " ^1.17" ,
27- "orchestra/testbench" : " ^10.0" ,
28- "phpunit/phpunit" : " ^11.0"
27+ "orchestra/testbench" : " ^10.0 || ^11.0 " ,
28+ "phpunit/phpunit" : " ^11.0 || ^12.0 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments