Skip to content

Commit ee319e8

Browse files
authored
Bump minimal PHP version for better compatibility with drupal/core
@see https://www.drupal.org/project/drupal/issues/2982684#comment-12768529
1 parent d3814e6 commit ee319e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "composer-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"php": ">=5.4.5",
7+
"php": "^5.5.9|>=7.0.8",
88
"composer-plugin-api": "^1.0.0",
99
"composer/semver": "^1.4"
1010
},

0 commit comments

Comments
 (0)