Skip to content

Commit d06c7f0

Browse files
fabpotnicolas-grekas
authored andcommitted
bumped minimum version to PHP 7.1
1 parent 1889785 commit d06c7f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.5.9",
20-
"symfony/polyfill-php56": "~1.0",
21-
"symfony/options-resolver": "~2.8|~3.0|~4.0.0",
19+
"php": "^7.1.3",
20+
"symfony/options-resolver": "~2.8|~3.0|~4.0",
2221
"ext-ldap": "*"
2322
},
2423
"autoload": {

0 commit comments

Comments
 (0)