Skip to content

Commit f7dd607

Browse files
committed
Updated php constraint to be more reliable over the years
1 parent 5a3b8a7 commit f7dd607

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
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.0 || ^7.1 || ^7.2",
24+
"php": ">=7.0",
2525
"psr/cache": "~1.0.0",
2626
"psr/simple-cache": "~1.0.0",
2727
"ext-mbstring": "*",

0 commit comments

Comments
 (0)