Update development dependencies

This commit is contained in:
Aaron Carlino 2018-12-12 12:47:08 +13:00
parent 478e5dc840
commit d61a058b96
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.x-dev",
"silverstripe/admin": "1.1.x-dev",
"silverstripe/asset-admin": "1.1.x-dev",
"silverstripe/campaign-admin": "1.1.x-dev",
"silverstripe/cms": "4.1.x-dev",
"silverstripe/errorpage": "1.1.x-dev",
"silverstripe/graphql": "1.1.x-dev",
"silverstripe/reports": "4.1.x-dev",
"silverstripe/siteconfig": "4.1.x-dev",
"silverstripe/versioned": "1.1.x-dev"
"silverstripe/recipe-core": "1.1.4@stable",
"silverstripe/admin": "1.1.4@stable",
"silverstripe/asset-admin": "1.1.4@stable",
"silverstripe/campaign-admin": "1.1.4@stable",
"silverstripe/cms": "4.1.4@stable",
"silverstripe/errorpage": "1.1.4@stable",
"silverstripe/graphql": "1.1.4@stable",
"silverstripe/reports": "4.1.4@stable",
"silverstripe/siteconfig": "4.1.4@stable",
"silverstripe/versioned": "1.1.4@stable"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
@ -30,4 +30,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}