Skip to content

Commit

Permalink
refactor: We still need phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Jan 31, 2024
1 parent 3299da6 commit b81f79d
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 @@ -27,7 +27,8 @@
},
"require-dev": {
"composer/composer": "^1.0 || ^2.0",
"craftcms/ecs": "dev-main"
"craftcms/ecs": "dev-main",
"phpstan/phpstan": "^1.4.6"
},
"scripts": {
"phpstan": "phpstan --ansi --memory-limit=1G",
Expand Down

0 comments on commit b81f79d

Please sign in to comment.