Skip to content

Commit

Permalink
[2.x] Supports PHPStan 2
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 20, 2024
1 parent 88c7129 commit 368673a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"illuminate/validation": "^11.0",
"symfony/console": "^7.0"
},
"require-dev": {
"laravel/framework": "^11.0",
"orchestra/testbench-core": "^9.0",
"phpstan/phpstan": "^2.0"
},
"autoload": {
"psr-4": {
"Laravel\\Breeze\\": "src/"
Expand All @@ -37,9 +42,5 @@
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true,
"require-dev": {
"orchestra/testbench": "^9.0",
"phpstan/phpstan": "^1.10"
}
"prefer-stable": true
}

0 comments on commit 368673a

Please sign in to comment.