Merge tag '4.2.0' into 4.2

Release 4.2.0
This commit is contained in:
Daniel Hensby 2018-07-30 11:17:37 +01:00
commit 5ac2fa075f
No known key found for this signature in database
GPG Key ID: D8DEBC4C8E7BC8B9
1 changed files with 10 additions and 10 deletions

View File

@ -6,16 +6,16 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-core": "4.2.x-dev",
"silverstripe/admin": "1.2.x-dev",
"silverstripe/asset-admin": "1.2.x-dev",
"silverstripe/campaign-admin": "1.2.x-dev",
"silverstripe/cms": "4.2.x-dev",
"silverstripe/errorpage": "1.2.x-dev",
"silverstripe/graphql": "2.0.x-dev",
"silverstripe/reports": "4.2.x-dev",
"silverstripe/siteconfig": "4.2.x-dev",
"silverstripe/versioned": "1.2.x-dev"
"silverstripe/recipe-core": "4.2.0@stable",
"silverstripe/admin": "1.2.0@stable",
"silverstripe/asset-admin": "1.2.0@stable",
"silverstripe/campaign-admin": "1.2.0@stable",
"silverstripe/cms": "4.2.0@stable",
"silverstripe/errorpage": "1.2.0@stable",
"silverstripe/graphql": "2.0.0@stable",
"silverstripe/reports": "4.2.0@stable",
"silverstripe/siteconfig": "4.2.0@stable",
"silverstripe/versioned": "1.2.0@stable"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"