We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4952b47 commit 10ede88Copy full SHA for 10ede88
composer.json
@@ -20,15 +20,15 @@
20
},
21
"require-dev": {
22
"ergebnis/composer-normalize": "^2.31",
23
- "nunomaduro/larastan": "^2.6",
+ "nunomaduro/larastan": "^3.0",
24
"orchestra/testbench": "^8.5",
25
"pestphp/pest": "^2.6",
26
"pestphp/pest-plugin-laravel": "^2.0.0",
27
"phpstan/extension-installer": "^1.3",
28
- "phpstan/phpstan": "^1.10",
29
- "phpstan/phpstan-deprecation-rules": "^1.1",
30
- "phpstan/phpstan-phpunit": "^1.3",
31
- "phpstan/phpstan-strict-rules": "^1.5",
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-deprecation-rules": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpstan/phpstan-strict-rules": "^2.0",
32
"phpunit/phpunit": "^10.2",
33
"roave/security-advisories": "dev-latest",
34
"wayofdev/cs-fixer-config": "^1.2"
0 commit comments