Skip to content

Commit

Permalink
Merge pull request #365 from Einenlum/fix/drop-php-7
Browse files Browse the repository at this point in the history
Fix drop php < 7
  • Loading branch information
Albin Kerouanton authored Sep 27, 2017
2 parents 789efc7 + 561966b commit d27e25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": ">=5.4",
"php": "~7.0",
"doctrine/common": ">=2.2",
"behat/transliterator": "~1.0"
},
Expand All @@ -47,7 +47,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
"dev-master": "1.5.x-dev"
}
}
}

0 comments on commit d27e25f

Please sign in to comment.