Skip to content

Commit

Permalink
refactor: Add deps to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Mar 28, 2024
1 parent 460389f commit 67c897d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
"require-dev": {
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main",
"craftcms/rector": "dev-main"
"craftcms/rector": "dev-main",
"markhuot/craftql": "^1.0.0",
"nystudio107/craft-minify": "^1.0.0",
"verbb/super-table": "^2.7.0"
},
"scripts": {
"phpstan": "phpstan --ansi --memory-limit=1G",
Expand Down

0 comments on commit 67c897d

Please sign in to comment.