Skip to content

Commit 4849971

Browse files
authored
Merge pull request #1 from bc-luke/master
Allow PHP 7.4
2 parents 48ae7d9 + 0c41517 commit 4849971

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
@@ -27,7 +27,7 @@
2727
"issues": "https://github.com/suin/php/issues"
2828
},
2929
"require": {
30-
"php": ">=7.1 <7.4.0",
30+
"php": ">=7.1",
3131
"ext-json": "*",
3232
"slevomat/coding-standard": ">=4.7 <5.0.0",
3333
"squizlabs/php_codesniffer": ">=3.3 <4.0.0"

0 commit comments

Comments
 (0)