23
23
],
24
24
"require" : {
25
25
"php" : " ^8.1" ,
26
- "illuminate/contracts" : " ^8.0|^9.0|^10.0" ,
27
- "illuminate/support" : " ^8 .0|^9 .0|^10 .0" ,
28
- "illuminate/queue" : " ^8.0|^9.0|^10.0" ,
29
- "illuminate/bus" : " ^8.0|^9.0|^10.0" ,
26
+ "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0 " ,
27
+ "illuminate/support" : " ^9 .0|^10 .0|^11 .0" ,
28
+ "illuminate/queue" : " ^8.0|^9.0|^10.0|^11.0 " ,
29
+ "illuminate/bus" : " ^8.0|^9.0|^10.0|^11.0 " ,
30
30
"aws/aws-sdk-php" : " ^3.250"
31
31
},
32
32
"require-dev" : {
33
+ "larastan/larastan" : " ^2.0" ,
33
34
"laravel/pint" : " ^1.2" ,
34
- "nunomaduro/collision" : " ^6.3|^7.0" ,
35
- "nunomaduro/larastan" : " ^2.2" ,
36
- "orchestra/testbench" : " ^7.15|^8.0" ,
35
+ "nunomaduro/collision" : " ^6.3|^7.0|^8.1" ,
36
+ "orchestra/testbench" : " ^7.15|^8.0|^9.0" ,
37
37
"phpstan/extension-installer" : " ^1.2" ,
38
38
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
39
- "phpunit/phpunit" : " ^9.5|^10.0"
39
+ "phpunit/phpunit" : " ^9.5|^10.0|^11.0 "
40
40
},
41
41
"autoload" : {
42
42
"psr-4" : {
75
75
"url" : " https://github.com/sponsors/palpalani"
76
76
}
77
77
]
78
- }
78
+ }
0 commit comments