Update development dependencies

This commit is contained in:
Robbie Averill 2018-05-28 17:33:04 +12:00
parent 842e6d9370
commit 697278c852
1 changed files with 11 additions and 11 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"
@ -30,4 +30,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}