We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 053f38b + 323e6eb commit d95731bCopy full SHA for d95731b
composer.json
@@ -24,15 +24,15 @@
24
"require": {
25
"php": "^8.1",
26
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
27
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
+ "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
"aws/aws-sdk-php": "^3.250"
31
},
32
"require-dev": {
33
+ "larastan/larastan": "^2.0",
34
"laravel/pint": "^1.2",
35
"nunomaduro/collision": "^6.3|^7.0|^8.1",
- "nunomaduro/larastan": "^2.2",
36
"orchestra/testbench": "^7.15|^8.0|^9.0",
37
"phpstan/extension-installer": "^1.2",
38
"phpstan/phpstan-deprecation-rules": "^1.0",
@@ -75,4 +75,4 @@
75
"url": "https://github.com/sponsors/palpalani"
76
}
77
]
78
-}
+}
0 commit comments