Skip to content

Commit d32774e

Browse files
authored
Explicit requiring php 5.5
Since this lib requires `nikic/php-parser@^3.1`, it also requires `php@>=5.5`
1 parent bd4c8fc commit d32774e

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)