File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " >=8.1" ,
22
- "illuminate/support" : " ^10.0|^11.0" ,
23
- "illuminate/cache" : " ^10.0|^11.0" ,
22
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
23
+ "illuminate/cache" : " ^10.0|^11.0|^12.0 " ,
24
24
"intervention/image" : " ^3.4"
25
25
},
26
26
"suggest" : {
27
27
"ext-gd" : " Needed to support image manipulation" ,
28
28
"ext-imagick" : " Needed to support image manipulation, better than GD"
29
29
},
30
-
31
30
"require-dev" : {
32
31
"roave/security-advisories" : " dev-latest" ,
33
32
"phpunit/phpunit" : " ^10.5" ,
34
33
"mockery/mockery" : " ~1.3" ,
35
34
"php-coveralls/php-coveralls" : " ^2.1" ,
36
- "pestphp/pest" : " ^2.34" ,
37
- "pestphp/pest-plugin-type-coverage" : " ^2.8"
35
+ "pestphp/pest" : " ^2.34|^3.7 " ,
36
+ "pestphp/pest-plugin-type-coverage" : " ^2.8|^3.3 "
38
37
},
39
38
"autoload" : {
40
39
"psr-4" : {
You can’t perform that action at this time.
0 commit comments