Skip to content

Commit

Permalink
UPDATE requirements to not include @dev
Browse files Browse the repository at this point in the history
- Update `phpunit/PHPUnit` to `phpunit/phpunit`
- Remove reference to `silverstripe/recipe-cms` as this should be handled by `dnadesign/silverstripe-elemental`

resolves dynamic#7
  • Loading branch information
muskie9 committed Mar 20, 2019
1 parent 7abed8d commit 13855ff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"require": {
"dnadesign/silverstripe-elemental": "^4@dev",
"silverstripe/recipe-cms": "^4@dev",
"silverstripe/vendor-plugin": "^1@dev"
"dnadesign/silverstripe-elemental": "^4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "*"
},
"config": {
Expand Down

0 comments on commit 13855ff

Please sign in to comment.