Bump core constraints to 4.5.x-dev

This commit is contained in:
Robbie Averill 2019-04-21 18:48:38 +12:00
parent eecd5aae9c
commit 374dd63371
1 changed files with 11 additions and 11 deletions

View File

@ -6,17 +6,17 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-core": "4.4.x-dev",
"silverstripe/admin": "1.4.x-dev",
"silverstripe/asset-admin": "1.4.x-dev",
"silverstripe/campaign-admin": "1.4.x-dev",
"silverstripe/versioned-admin": "1.2.x-dev",
"silverstripe/cms": "4.4.x-dev",
"silverstripe/errorpage": "1.4.x-dev",
"silverstripe/graphql": "3.1.x-dev",
"silverstripe/reports": "4.4.x-dev",
"silverstripe/siteconfig": "4.4.x-dev",
"silverstripe/versioned": "1.4.x-dev"
"silverstripe/recipe-core": "4.5.x-dev",
"silverstripe/admin": "1.5.x-dev",
"silverstripe/asset-admin": "1.5.x-dev",
"silverstripe/campaign-admin": "1.5.x-dev",
"silverstripe/versioned-admin": "1.3.x-dev",
"silverstripe/cms": "4.5.x-dev",
"silverstripe/errorpage": "1.5.x-dev",
"silverstripe/graphql": "3.2.x-dev",
"silverstripe/reports": "4.5.x-dev",
"silverstripe/siteconfig": "4.5.x-dev",
"silverstripe/versioned": "1.5.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7"