File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 strategy :
1717 matrix :
18- php : [8.3, 8.4]
19- laravel : [12.*]
18+ php : [8.3, 8.4, 8.5 ]
19+ laravel : [12.*, 13.* ]
2020 stability : [prefer-lowest, prefer-stable]
2121 os : [ubuntu-latest]
2222
Original file line number Diff line number Diff line change 1212 }
1313 },
1414 "require" : {
15- "statamic/cms" : " ^6.0 " ,
15+ "statamic/cms" : " ^6.5 " ,
1616 "spatie/simple-excel" : " ^3.7" ,
1717 "symfony/dom-crawler" : " ^7.1" ,
1818 "pixelfear/composer-dist-plugin" : " ^0.1.5" ,
1919 "symfony/css-selector" : " ^7.1 || ^8.0"
2020 },
2121 "require-dev" : {
2222 "laravel/pint" : " ^1.18" ,
23- "orchestra/testbench" : " ^10.0" ,
24- "phpunit/phpunit" : " ^11.0" ,
25- "spatie/laravel-ray" : " ^1.39 "
23+ "orchestra/testbench" : " ^10.0 || ^11.0 " ,
24+ "phpunit/phpunit" : " ^11.0 || ^12.0 " ,
25+ "spatie/laravel-ray" : " ^1.43.6 "
2626 },
2727 "config" : {
2828 "allow-plugins" : {
4343 "url" : " https://github.com/statamic/importer/releases/download/{$version}/dist.tar.gz" ,
4444 "path" : " dist"
4545 }
46- }
46+ },
47+ "minimum-stability" : " dev" ,
48+ "prefer-stable" : true
4749}
You can’t perform that action at this time.
0 commit comments