Skip to content

Commit 054fe86

Browse files
Better semver requirement for PHP
1 parent 7262f76 commit 054fe86

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.1.0",
12+
"php": "^7.1",
1313
"danielgsims/php-collections": "^2.1",
1414
"league/flysystem": "^1.0",
1515
"phlib/encrypt": "^2.0"

0 commit comments

Comments
 (0)