Skip to content

Commit a2f0930

Browse files
authored
remove php 5 support (#385)
1 parent 2075ceb commit a2f0930

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
@@ -36,7 +36,7 @@
3636
"docs": "http://docs.drupalconsole.com/"
3737
},
3838
"require": {
39-
"php": "^5.5.9 || ^7.0",
39+
"php": ">=7.0.8",
4040
"dflydev/dot-access-configuration": "^1.0",
4141
"drupal/console-en": "1.9.4",
4242
"stecman/symfony-console-completion": "~0.7",

0 commit comments

Comments
 (0)