mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
30e39e3da7
commit
406ee71a48
@ -4,7 +4,8 @@
|
|||||||
"description": "The SilverStripe Framework Installer",
|
"description": "The SilverStripe Framework Installer",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.1",
|
"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/recipe-cms": "5.x-dev",
|
||||||
"silverstripe-themes/simple": "~3.2.0",
|
"silverstripe-themes/simple": "~3.2.0",
|
||||||
"silverstripe/login-forms": "5.x-dev"
|
"silverstripe/login-forms": "5.x-dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user