DEP Require dev branches for composer plugins

This will fix a problem where our CI is checking out the alpha versions
instead of the current dev branch
This commit is contained in:
Guy Sartorelli 2022-12-15 10:42:08 +13:00
parent 30e39e3da7
commit 099fc50750
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 2 additions and 1 deletions

View File

@ -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"