File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 php : [8.1]
16- laravel : [9.*, 8.*]
16+ laravel : [10.*, 9.*, 8.*]
1717 os : [ubuntu-latest, windows-latest]
1818 include :
19+ - laravel : 10.*
20+ testbench : 8.*
1921 - laravel : 9.*
2022 testbench : 7.*
2123 - laravel : 8.*
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.1" ,
20- "illuminate/database" : " ^7.0|^8.0|^9.0" ,
21- "illuminate/support" : " ^7.0|^8.0|^9.0" ,
19+ "php" : " ^8.1|^8.2 " ,
20+ "illuminate/database" : " ^7.0|^8.0|^9.0|^10.0 " ,
21+ "illuminate/support" : " ^7.0|^8.0|^9.0|^10.0 " ,
2222 "nesbot/carbon" : " ^2.0"
2323 },
2424 "require-dev" : {
25- "orchestra/testbench" : " ^6.0|^7.0" ,
26- "pestphp/pest" : " ^1.21 "
25+ "orchestra/testbench" : " ^6.0|^7.0|^8.0 " ,
26+ "pestphp/pest" : " ^2.2 "
2727 },
2828 "autoload" : {
2929 "psr-4" : {
4747 "test" : " vendor/bin/pest"
4848 },
4949 "config" : {
50- "sort-packages" : true
50+ "sort-packages" : true ,
51+ "allow-plugins" : {
52+ "pestphp/pest-plugin" : true
53+ }
5154 },
5255 "minimum-stability" : " dev" ,
5356 "prefer-stable" : true
You can’t perform that action at this time.
0 commit comments