diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d78f50..371e057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 2.0.3 + + * Add php 8 compatibility + ## 2.0.2 * Fixed composer "provide" section to say that we provide `psr/http-client-implementation` diff --git a/composer.json b/composer.json index 3d0eefa..a876b15 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "php": "^7.1", + "php": ">=7.1 ", "nyholm/psr7": "^1.3", "php-http/httplug": "^2.0", "psr/http-client": "^1.0",