Skip to content

Commit

Permalink
Fix PHP version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Dec 6, 2020
1 parent b027714 commit b1a2f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7.1",
"php": ">=7.1",
"amphp/amp": "^2",
"amphp/sql": "^1",
"amphp/sql-common": "^1"
Expand Down

0 comments on commit b1a2f34

Please sign in to comment.