Skip to content

Commit

Permalink
revert removing phpstan from base require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Jun 12, 2024
1 parent e17038e commit 9ced413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"require-dev": {
"symfony/filesystem": "^6.3|^7.0",
"symfony/framework-bundle": "^6.3|^7.0",
"symfony/phpunit-bridge": "^6.3|^7.0"
"symfony/phpunit-bridge": "^6.3|^7.0",
"phpstan/phpstan": "^1.10.39"
},
"minimum-stability": "dev",
"autoload": {
Expand Down

0 comments on commit 9ced413

Please sign in to comment.