Constraint 4.0.x release line to SilverStripe 4.0 and 4.1, use contentreview 4.1 for SS 4.2+

This commit is contained in:
Robbie Averill 2018-06-20 19:23:01 +12:00
parent ca9faaf4bd
commit 5232b28551
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@
], ],
"require": { "require": {
"silverstripe/vendor-plugin": "^1", "silverstripe/vendor-plugin": "^1",
"silverstripe/framework": "^4", "silverstripe/framework": "~4.0.0 || ~4.1.0",
"silverstripe/cms": "^4", "silverstripe/cms": "~4.0.0 || ~4.1.0",
"silverstripe/reports": "^4", "silverstripe/reports": "~4.0.0 || ~4.1.0",
"silverstripe/siteconfig": "^4" "silverstripe/siteconfig": "~4.0.0 || ~4.1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^5.7", "phpunit/phpunit": "^5.7",