Skip to content

Commit 20a4dff

Browse files
committed
chore: Composer PHP constrain >=7.1.3
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent b707afc commit 20a4dff

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
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"require": {
29-
"php": "^7.1.3"
29+
"php": ">=7.1.3"
3030
},
3131
"require-dev": {
3232
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)