Skip to content

Commit

Permalink
Drop PHP 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
josiasmontag committed Dec 7, 2020
1 parent f2fb5dc commit 986f2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.1|^8.0",
"php": "^7.2|^8.0",
"psr/http-message": "^1.0",
"php-http/client-implementation": "^1.0 || ^2.0",
"php-http/httplug": "^1.0 || ^2.0",
Expand Down

0 comments on commit 986f2c2

Please sign in to comment.