Update development dependencies

This commit is contained in:
Damian Mooyman 2018-03-14 10:23:23 +13:00
parent b6730c5c9c
commit 85e43ceb24
1 changed files with 16 additions and 3 deletions

View File

@ -5,8 +5,21 @@
"require": {
"php": ">=5.6.0",
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-cms": "1.1.x-dev",
"silverstripe-themes/simple": "~3.2.0"
"silverstripe/recipe-cms": "1.1.0@stable",
"silverstripe-themes/simple": "~3.2.0",
"silverstripe/recipe-core": "1.1.0@stable",
"silverstripe/assets": "1.1.0@stable",
"silverstripe/config": "1.0.4@stable",
"silverstripe/framework": "4.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"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
@ -30,4 +43,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}