Skip to content

Commit

Permalink
UPDATE composer.json to 4 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
muskie9 authored Mar 2, 2018
1 parent d712bc1 commit aa83e24
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,9 @@
"type": "silverstripe-module",
"license": "BSD-3-Clause",
"require": {
"silverstripe/cms": "^3.2",
"silverstripe/framework": "^3.2",
"unclecheese/betterbuttons": "^1.2",
"unclecheese/display-logic": "^1.3",
"silverstripe/cms": "^4.0",
"foxycart/foxyclient": "~1.0"
},
"suggest": {
"sheadawson/quickaddnew": "^1.1"
},
"require-dev": {
"phpunit/PHPUnit": "^3.7"
},
Expand All @@ -38,7 +32,7 @@
"extra": {
"installer-name": "foxystripe",
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "4.0.x-dev"
}
}
}

0 comments on commit aa83e24

Please sign in to comment.