Skip to content

Commit ecc21ea

Browse files
authored
Merge pull request #14 from nntoan/master
Supports PHP 7.1 for composer installations
2 parents 32206fc + 726ccf9 commit ecc21ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"require": {
11-
"php": "~5.5.0|~5.6.0|~7.0.0"
11+
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0"
1212
},
1313
"autoload": {
1414
"psr-4": {

0 commit comments

Comments
 (0)