Skip to content

Commit

Permalink
require SS4 in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Dubuisson committed Jul 12, 2017
1 parent ce38073 commit e3cd787
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
}
},
"require": {
"doctrine/cache": "~1.3.0"
"doctrine/cache": "~1.3.0",
"silverstripe/framework": "~4.0",
"silverstripe/cms": "~4.0"
},
"require-dev": {
"silverstripe/framework": "~4.0",
"silverstripe/cms": "~4.0",
"symfony/yaml": "~2.5"
},
"suggest": {
Expand Down

0 comments on commit e3cd787

Please sign in to comment.