Set looser composer constraint

As per discussion with Guy on https://github.com/silverstripe/silverstripe-installer/pull/257. Will pull in stable tags via cow once they're available (on recipe release)
This commit is contained in:
Ingo Schommer 2019-07-16 11:23:54 +12:00 committed by GitHub
parent 9171342ec2
commit c1d94643a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-cms": "4.5.x-dev",
"silverstripe-themes/simple": "~3.2.0",
"silverstripe/login-forms": "^4.0@beta"
"silverstripe/login-forms": "^4.0.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7"