Skip to content

Commit 907b121

Browse files
authored
[2.x] Supports PHPStan 2 (#441)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 88c7129 commit 907b121

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"illuminate/validation": "^11.0",
2222
"symfony/console": "^7.0"
2323
},
24+
"require-dev": {
25+
"laravel/framework": "^11.0",
26+
"orchestra/testbench-core": "^9.0",
27+
"phpstan/phpstan": "^2.0"
28+
},
2429
"autoload": {
2530
"psr-4": {
2631
"Laravel\\Breeze\\": "src/"
@@ -37,9 +42,5 @@
3742
"sort-packages": true
3843
},
3944
"minimum-stability": "dev",
40-
"prefer-stable": true,
41-
"require-dev": {
42-
"orchestra/testbench": "^9.0",
43-
"phpstan/phpstan": "^1.10"
44-
}
45+
"prefer-stable": true
4546
}

0 commit comments

Comments
 (0)