Skip to content

Commit eda66f7

Browse files
author
Adeyemi Olaoye
committed
Fix: Fix php version constraint to support 5.x
1 parent 59f1340 commit eda66f7

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
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"minimum-stability": "stable",
88
"require": {
9-
"php": "~5.5.0|~7.0",
9+
"php": "~5.5|~7.0",
1010
"yiisoft/yii2": ">=2.0.8",
1111
"yiisoft/yii2-bootstrap": "*",
1212
"yiisoft/yii2-swiftmailer": "*",

0 commit comments

Comments
 (0)