Update development dependencies

This commit is contained in:
Aaron Carlino 2019-02-18 16:52:35 +13:00
parent b654eb0b59
commit 00084a3d8f
1 changed files with 12 additions and 12 deletions

View File

@ -6,17 +6,17 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-core": "4.3.0@stable",
"silverstripe/admin": "1.3.0@stable",
"silverstripe/asset-admin": "1.3.0@stable",
"silverstripe/campaign-admin": "1.3.0@stable",
"silverstripe/versioned-admin": "1.1.0@stable",
"silverstripe/cms": "4.3.0@stable",
"silverstripe/errorpage": "1.3.0@stable",
"silverstripe/graphql": "3.0.0@stable",
"silverstripe/reports": "4.3.0@stable",
"silverstripe/siteconfig": "4.3.0@stable",
"silverstripe/versioned": "1.3.0@stable"
"silverstripe/recipe-core": "4.3.1@stable",
"silverstripe/admin": "1.3.1@stable",
"silverstripe/asset-admin": "1.3.1@stable",
"silverstripe/campaign-admin": "1.3.1@stable",
"silverstripe/versioned-admin": "1.1.1@stable",
"silverstripe/cms": "4.3.1@stable",
"silverstripe/errorpage": "1.3.1@stable",
"silverstripe/graphql": "3.0.1@stable",
"silverstripe/reports": "4.3.1@stable",
"silverstripe/siteconfig": "4.3.1@stable",
"silverstripe/versioned": "1.3.1@stable"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
@ -31,4 +31,4 @@
},
"prefer-stable": true,
"minimum-stability": "dev"
}
}