We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b5c1f commit ac1f055Copy full SHA for ac1f055
composer.json
@@ -25,15 +25,13 @@
25
"require-dev": {
26
"laravel/pint": "^1.0",
27
"nunomaduro/collision": "^7.8|^8.1",
28
- "nunomaduro/larastan": "^2.0.1",
+ "larastan/larastan": "^3.0.0",
29
"orchestra/testbench": "^8.8|^9.0",
30
- "pestphp/pest": "^2.0",
31
- "pestphp/pest-plugin-laravel": "^2.0",
32
- "phpstan/extension-installer": "^1.1",
33
- "phpstan/phpstan-deprecation-rules": "^1.0",
34
- "phpstan/phpstan-phpunit": "^1.0",
35
- "phpunit/phpunit": "^10.0",
36
- "spatie/laravel-ray": "^1.26"
+ "pestphp/pest": "^3.0",
+ "pestphp/pest-plugin-laravel": "^3.0",
+ "phpstan/extension-installer": "^1.4",
+ "phpstan/phpstan-deprecation-rules": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0"
37
},
38
"autoload": {
39
"psr-4": {
0 commit comments