Skip to content

Commit c075205

Browse files
authored
Merge pull request #14 from GrahamCampbell/patch-1
Added missing PHP requirement
2 parents 1cc44dc + 469f200 commit c075205

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)