Update composer constraints

This commit is contained in:
Dan Hensby 2018-08-04 13:02:05 +02:00
parent ae045ae045
commit 04f79f7359
No known key found for this signature in database
GPG Key ID: 3906B235643EF10B
1 changed files with 11 additions and 11 deletions

View File

@ -6,16 +6,16 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-core": "4.2.1@stable",
"silverstripe/admin": "1.2.1@stable",
"silverstripe/asset-admin": "1.2.1@stable",
"silverstripe/campaign-admin": "1.2.1@stable",
"silverstripe/cms": "4.2.1@stable",
"silverstripe/errorpage": "1.2.1@stable",
"silverstripe/graphql": "2.0.1@stable",
"silverstripe/reports": "4.2.1@stable",
"silverstripe/siteconfig": "4.2.1@stable",
"silverstripe/versioned": "1.2.1@stable"
"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"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
@ -30,4 +30,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}