Skip to content

Commit 469f200

Browse files
Added missing PHP requirement
1 parent 1cc44dc commit 469f200

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"email": "[email protected]"
1515
}
1616
],
17+
"require": {
18+
"php" : "^5.4 || ^7.0"
19+
},
1720
"require-dev": {
1821
"phpspec/phpspec": "^2.4",
1922
"henrikbjorn/phpspec-code-coverage" : "^1.0"

0 commit comments

Comments
 (0)