Skip to content

Commit

Permalink
Explicitly declare PHP 7 requirement in composer.json
Browse files Browse the repository at this point in the history
There were sclar type hints used already
  • Loading branch information
samdark authored and hiqsol committed Oct 8, 2018
1 parent 5cbfdac commit 2543887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
}
],
"require": {
"php": ">=7.0.0",
"composer-plugin-api": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 2543887

Please sign in to comment.