Skip to content

Commit

Permalink
Fix generator requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jul 31, 2024
1 parent 1110087 commit 29d2dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require-dev": {
"craftcms/ecs": "dev-main",
"craftcms/generator": "2.0.x-dev",
"craftcms/generator": "^2.1",
"craftcms/phpstan": "dev-main",
"putyourlightson/craft-sprig": "^3.0",
"vlucas/phpdotenv": "^5.4.1"
Expand Down

0 comments on commit 29d2dff

Please sign in to comment.