Skip to content

Commit d95731b

Browse files
Merge pull request #1 from thamaraiselva/laravel-upgrade-11.x
illuminate/support removed
2 parents 053f38b + 323e6eb commit d95731b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"require": {
2525
"php": "^8.1",
2626
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
27-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
27+
"illuminate/support": "^9.0|^10.0|^11.0",
2828
"illuminate/queue": "^8.0|^9.0|^10.0|^11.0",
2929
"illuminate/bus": "^8.0|^9.0|^10.0|^11.0",
3030
"aws/aws-sdk-php": "^3.250"
3131
},
3232
"require-dev": {
33+
"larastan/larastan": "^2.0",
3334
"laravel/pint": "^1.2",
3435
"nunomaduro/collision": "^6.3|^7.0|^8.1",
35-
"nunomaduro/larastan": "^2.2",
3636
"orchestra/testbench": "^7.15|^8.0|^9.0",
3737
"phpstan/extension-installer": "^1.2",
3838
"phpstan/phpstan-deprecation-rules": "^1.0",
@@ -75,4 +75,4 @@
7575
"url": "https://github.com/sponsors/palpalani"
7676
}
7777
]
78-
}
78+
}

0 commit comments

Comments
 (0)