Skip to content

Commit

Permalink
fix incompatible version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hutlim authored Feb 10, 2018
1 parent 5f546d7 commit 1b2247e
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 @@ -11,17 +11,17 @@
}
],
"require": {
"silverstripe/framework": "~3.0",
"silverstripe/framework": "~4.0",
"pelago/emogrifier": "~1.0",
"phpmailer/phpmailer": "^5.2.20"
},
"require-dev": {
"phpunit/PHPUnit": "3.7.*@stable"
"phpunit/phpunit": "^5.7",
},
"extra": {
"installer-name": "email-helpers",
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
}
},
"replace": {
Expand Down

0 comments on commit 1b2247e

Please sign in to comment.