Skip to content

Commit

Permalink
Merge pull request #20 from muskie9/requirements/stabilityFlag
Browse files Browse the repository at this point in the history
UPDATE requirements to not include @dev
  • Loading branch information
muskie9 committed Mar 21, 2019
2 parents f730808 + b6567d4 commit 0b24265
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Expand Up @@ -16,13 +16,12 @@
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-cms": "^4@dev",
"silverstripe/vendor-plugin": "^1@dev",
"dnadesign/silverstripe-elemental": "^4@dev",
"symbiote/silverstripe-gridfieldextensions": "^3@dev"
"silverstripe/vendor-plugin": "^1.0",
"dnadesign/silverstripe-elemental": "^4.0",
"symbiote/silverstripe-gridfieldextensions": "^3.0"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"config": {
Expand Down

0 comments on commit 0b24265

Please sign in to comment.