File tree 2 files changed +8
-9
lines changed 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^8.2" ,
14
14
"aws/aws-php-sns-message-validator" : " ^1.1" ,
15
- "illuminate/config" : " ^9.0|^10.0|^11.0" ,
16
- "illuminate/http" : " ^9.0|^10.0|^11.0" ,
17
- "illuminate/routing" : " ^9.0|^10.0|^11.0" ,
18
- "illuminate/support" : " ^9.0|^10.0|^11.0"
15
+ "illuminate/config" : " ^9.0|^10.0|^11.0|^12.0 " ,
16
+ "illuminate/http" : " ^9.0|^10.0|^11.0|^12.0 " ,
17
+ "illuminate/routing" : " ^9.0|^10.0|^11.0|^12.0 " ,
18
+ "illuminate/support" : " ^9.0|^10.0|^11.0|^12.0 "
19
19
},
20
20
"require-dev" : {
21
21
"descom/dev" : " ^1.0" ,
22
22
"friendsofphp/php-cs-fixer" : " ^3.4" ,
23
- "nunomaduro/larastan" : " ^2.0" ,
24
- "orchestra/testbench" : " ^7.5|^8.0|^9.0" ,
25
- "phpstan/phpstan" : " ^1.2" ,
26
- "phpunit/phpunit" : " ^9.3|^10.0|^10.5"
23
+ "larastan/larastan" : " ^2.0|^3.0" ,
24
+ "orchestra/testbench" : " ^7.5|^8.0|^9.0|^10.0" ,
25
+ "phpunit/phpunit" : " ^9.3|^10.0|^10.5|^11.5"
27
26
},
28
27
"autoload" : {
29
28
"psr-4" : {
Original file line number Diff line number Diff line change 1
1
includes:
2
- - ./vendor/nunomaduro /larastan/extension.neon
2
+ - ./vendor/larastan /larastan/extension.neon
3
3
4
4
parameters:
5
5
You can’t perform that action at this time.
0 commit comments