Skip to content

Commit

Permalink
DEP Require dev branches for composer plugins (#340)
Browse files Browse the repository at this point in the history
This will fix a problem where our CI is checking out the alpha versions
instead of the current dev branch
  • Loading branch information
GuySartorelli authored Dec 14, 2022
1 parent 30e39e3 commit 406ee71
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 @@ -4,7 +4,8 @@
"description": "The SilverStripe Framework Installer",
"require": {
"php": "^8.1",
"silverstripe/recipe-plugin": "^2",
"silverstripe/recipe-plugin": "2.x-dev",
"silverstripe/vendor-plugin": "2.x-dev",
"silverstripe/recipe-cms": "5.x-dev",
"silverstripe-themes/simple": "~3.2.0",
"silverstripe/login-forms": "5.x-dev"
Expand Down

0 comments on commit 406ee71

Please sign in to comment.