Skip to content

Commit 46821b0

Browse files
authored
Lower PHP requirements to PHP 5.6
1 parent 4662fd4 commit 46821b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.0",
12+
"php": ">=5.6",
1313
"composer-plugin-api": "^1.1"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)