Merge pull request #87 from creative-commoners/pulls/4.0/constrain-core

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:
Guy Marriott 2018-06-25 13:48:28 +12:00 committed by GitHub
commit 39a51857e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

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