DEP Require dev branches for composer plugins (#340)

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 11:48:52 +13:00 committed by GitHub
parent 30e39e3da7
commit 406ee71a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"