We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6464d3a commit 51c3c25Copy full SHA for 51c3c25
composer.json
@@ -23,16 +23,16 @@
23
"illuminate/support": "^10.0|^11.0|^12.0"
24
},
25
"require-dev": {
26
- "larastan/larastan": "^2.7.0",
+ "larastan/larastan": "^2.7.0|^3.0",
27
"laravel/pint": "^1.0",
28
"nunomaduro/collision": "^7.0|^8.0",
29
"orchestra/testbench": "^8.0|^9.0|^10.0",
30
"pestphp/pest": "^2.28.1|^3.0.0",
31
"pestphp/pest-plugin-laravel": "^2.2.0|^3.0.0",
32
"phpstan/extension-installer": "^1.1",
33
- "phpstan/phpstan": "^1.11",
34
- "phpstan/phpstan-deprecation-rules": "^1.0",
35
- "phpstan/phpstan-phpunit": "^1.0",
+ "phpstan/phpstan": "^1.11|^2.0",
+ "phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
+ "phpstan/phpstan-phpunit": "^1.0|^2.0",
36
"phpunit/phpunit": "^10.5.3|^11.0.0",
37
"spatie/laravel-ray": "^1.26"
38
0 commit comments