diff --git a/README.md b/README.md index 0522377..8d24a15 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Guzzle 6 HTTP Adapter +# Guzzle 7 HTTP Adapter [![Latest Version](https://img.shields.io/github/release/php-http/guzzle7-adapter.svg?style=flat-square)](https://github.com/php-http/guzzle7-adapter/releases) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE) diff --git a/composer.json b/composer.json index c3eb13d..b30a179 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "php-http/guzzle7-adapter", - "description": "Guzzle 6 HTTP Adapter", + "description": "Guzzle 7 HTTP Adapter", "license": "MIT", "keywords": ["guzzle", "http"], "homepage": "http://httplug.io", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6293b45..7c63850 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@ - + tests/ diff --git a/src/Client.php b/src/Client.php index 90d2595..be5fd22 100644 --- a/src/Client.php +++ b/src/Client.php @@ -35,7 +35,7 @@ public function __construct(?ClientInterface $guzzle = null) } /** - * Factory method to create the Guzzle 6 adapter with custom Guzzle configuration. + * Factory method to create the Guzzle 7 adapter with custom Guzzle configuration. */ public static function createWithConfig(array $config): Client {