Skip to content

Commit a5049be

Browse files
committed
travis seems to think it runs on 5.3 upwards, so specifying php version. resolves #12
1 parent ea9deba commit a5049be

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
@@ -4,6 +4,7 @@
44
"type": "project",
55
"description": "PHP Regular expressions made easy",
66
"require": {
7+
"php": ">=5.3",
78
"fabpot/php-cs-fixer": "^1.11"
89
},
910
"require-dev": {

0 commit comments

Comments
 (0)