Skip to content

Commit f144058

Browse files
committed
minor #125 Specify PHP requirement (keradus)
This PR was merged into the 1.0-dev branch. Discussion ---------- Specify PHP requirement as for now, we don't know is software compatible with PHP 5.x or 7.x, we are just guessing. I took 5.3+, as it's lowest job on Travis Commits ------- d9c0e96 Specify PHP requirement
2 parents c1979e9 + d9c0e96 commit f144058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
}
2727
},
2828
"require": {
29+
"php": "^5.3 || ^7.0",
2930
"symfony/process": "^2.3|^3.0|^4.0"
3031
},
3132
"require-dev": {

0 commit comments

Comments
 (0)