Bugfix: Fixed dependencies for SilverStripe 4.1.1

This commit is contained in:
UndefinedOffset 2018-05-28 11:39:40 -03:00
parent 842e6d9370
commit 66f63926a5
1 changed files with 10 additions and 10 deletions

View File

@ -6,16 +6,16 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-core": "1.1.0@stable",
"silverstripe/admin": "1.1.0@stable",
"silverstripe/asset-admin": "1.1.0@stable",
"silverstripe/campaign-admin": "1.1.0@stable",
"silverstripe/cms": "4.1.0@stable",
"silverstripe/errorpage": "1.1.0@stable",
"silverstripe/graphql": "1.1.0@stable",
"silverstripe/reports": "4.1.0@stable",
"silverstripe/siteconfig": "4.1.0@stable",
"silverstripe/versioned": "1.1.0@stable"
"silverstripe/recipe-core": "1.1.1@stable",
"silverstripe/admin": "1.1.1@stable",
"silverstripe/asset-admin": "1.1.1@stable",
"silverstripe/campaign-admin": "1.1.1@stable",
"silverstripe/cms": "4.1.1@stable",
"silverstripe/errorpage": "1.1.1@stable",
"silverstripe/graphql": "1.1.1@stable",
"silverstripe/reports": "4.1.1@stable",
"silverstripe/siteconfig": "4.1.1@stable",
"silverstripe/versioned": "1.1.1@stable"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"