diff --git a/composer.json b/composer.json index 075a52a..21f5b96 100644 --- a/composer.json +++ b/composer.json @@ -12,10 +12,10 @@ } ], "require": { + "php": ">=7.4", "ext-fileinfo": "*", "ext-json": "*", - "php": ">=7.4", - "php-http/guzzle7-adapter": "^0.1.1" + "php-http/guzzle7-adapter": "^0.1.1 || ^1.0.0" }, "require-dev": { "phpunit/phpunit": "^9.0", diff --git a/composer.lock b/composer.lock index ba9f4f5..78342de 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "df0992ecc2003eb24eb846c92fb2eec6", + "content-hash": "98e991846746a2ed7211063c121f5e80", "packages": [ { "name": "guzzlehttp/guzzle", @@ -326,16 +326,16 @@ }, { "name": "php-http/guzzle7-adapter", - "version": "0.1.1", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-http/guzzle7-adapter.git", - "reference": "1967de656b9679a2a6a66d0e4e16fa99bbed1ad1" + "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/1967de656b9679a2a6a66d0e4e16fa99bbed1ad1", - "reference": "1967de656b9679a2a6a66d0e4e16fa99bbed1ad1", + "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01", + "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01", "shasum": "" }, "require": { @@ -382,9 +382,9 @@ ], "support": { "issues": "https://github.com/php-http/guzzle7-adapter/issues", - "source": "https://github.com/php-http/guzzle7-adapter/tree/0.1.1" + "source": "https://github.com/php-http/guzzle7-adapter/tree/1.0.0" }, - "time": "2020-10-21T17:30:51+00:00" + "time": "2021-03-09T07:35:15+00:00" }, { "name": "php-http/httplug", @@ -3438,9 +3438,9 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { + "php": ">=7.4", "ext-fileinfo": "*", - "ext-json": "*", - "php": ">=7.4" + "ext-json": "*" }, "platform-dev": [], "plugin-api-version": "2.2.0"