Skip to content

Commit 12eb435

Browse files
authored
Merge pull request #32 from gpressutto5/patch-1
Explicit requiring php 5.5
2 parents bd4c8fc + d32774e commit 12eb435

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
@@ -19,6 +19,7 @@
1919
},
2020
"bin": ["bin/phpunitDiffFilter","bin/phpcsDiffFilter", "bin/phpmdDiffFilter", "bin/diffFilter"],
2121
"require": {
22+
"php": ">=5.5",
2223
"nikic/php-parser": "^3.1"
2324
}
2425
}

0 commit comments

Comments
 (0)