Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 183463b

Browse files
committed
fix php version requirements
Signed-off-by: mesilov <mesilov.maxim@gmail.com>
1 parent 63a001b commit 183463b

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
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "5.4.*",
15+
"php": ">=5.4.*",
1616
"ext-json": "*",
1717
"ext-curl": "*",
1818
"psr/log": "^1.0"

0 commit comments

Comments
 (0)