File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 3636 php : [8.1, 8.2, 8.3, 8.4]
3737 laravel : [10, 11, 12]
3838 stability : [prefer-lowest, prefer-stable]
39+ include :
40+ - php : 8.5
41+ laravel : 12
42+ stability : prefer-stable
3943 exclude :
4044 - php : 8.1
4145 laravel : 11
Original file line number Diff line number Diff line change 3838 "require-dev" : {
3939 "guzzlehttp/guzzle" : " ^7.7" ,
4040 "mockery/mockery" : " ^1.0" ,
41- "orchestra/testbench" : " ^8.23.1 |^9.0 |^10.0 " ,
42- "pestphp/pest" : " ^2.0" ,
41+ "orchestra/testbench" : " ^8.36 |^9.15 |^10.8 " ,
42+ "pestphp/pest" : " ^2.0|^3.0|^4.0 " ,
4343 "pestphp/pest-plugin-laravel" : " ^2.2" ,
4444 "phpstan/phpstan" : " ^1.12.21" ,
4545 "predis/predis" : " ^1.0|^2.0"
7171 }
7272 },
7373 "config" : {
74- "sort-packages" : true ,
7574 "allow-plugins" : {
7675 "pestphp/pest-plugin" : true
77- }
76+ },
77+ "audit" : {
78+ "block-insecure" : false
79+ },
80+ "sort-packages" : true
7881 },
7982 "minimum-stability" : " dev" ,
8083 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments