Skip to content

Commit

Permalink
refactor: Add blitz to require-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Feb 18, 2024
1 parent 1294540 commit 7924cd0
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 @@ -43,7 +43,8 @@
"require-dev": {
"craftcms/ecs": "dev-main",
"craftcms/phpstan": "dev-main",
"craftcms/rector": "dev-main"
"craftcms/rector": "dev-main",
"putyourlightson/craft-blitz": "^5.0.0-beta.1"
},
"scripts": {
"phpstan": "phpstan --ansi --memory-limit=1G",
Expand Down

0 comments on commit 7924cd0

Please sign in to comment.