Merge pull request #76 from creative-commoners/pulls/4.0/fix-composer-constraint

FIX Update constraint for serve and remove dev tags
This commit is contained in:
Robbie Averill 2017-12-22 13:48:58 +13:00 committed by GitHub
commit 2c5c9ae259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -20,17 +20,17 @@
}
],
"require": {
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/framework": "^4@dev",
"silverstripe/cms": "^4@dev",
"silverstripe/reports": "^4@dev",
"silverstripe/siteconfig": "^4@dev"
"silverstripe/vendor-plugin": "^1",
"silverstripe/framework": "^4",
"silverstripe/cms": "^4",
"silverstripe/reports": "^4",
"silverstripe/siteconfig": "^4"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0",
"silverstripe/behat-extension": "^3@dev",
"silverstripe/serve": "dev-master",
"squizlabs/php_codesniffer": "^3",
"silverstripe/behat-extension": "^3",
"silverstripe/serve": "^2",
"se/selenium-server-standalone": "2.41.0"
},
"suggest": {