Skip to content

Commit 01ef4ad

Browse files
authored
It's Guzzle 7 now. (#3)
1 parent 1c84be4 commit 01ef4ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Guzzle 6 HTTP Adapter
1+
# Guzzle 7 HTTP Adapter
22

33
[![Latest Version](https://img.shields.io/github/release/php-http/guzzle7-adapter.svg?style=flat-square)](https://github.com/php-http/guzzle7-adapter/releases)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-http/guzzle7-adapter",
3-
"description": "Guzzle 6 HTTP Adapter",
3+
"description": "Guzzle 7 HTTP Adapter",
44
"license": "MIT",
55
"keywords": ["guzzle", "http"],
66
"homepage": "http://httplug.io",

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit colors="true" bootstrap="vendor/autoload.php">
33
<testsuites>
4-
<testsuite name="Guzzle 6 HTTP Adapter Test Suite">
4+
<testsuite name="Guzzle 7 HTTP Adapter Test Suite">
55
<directory>tests/</directory>
66
</testsuite>
77
</testsuites>

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(?ClientInterface $guzzle = null)
3535
}
3636

3737
/**
38-
* Factory method to create the Guzzle 6 adapter with custom Guzzle configuration.
38+
* Factory method to create the Guzzle 7 adapter with custom Guzzle configuration.
3939
*/
4040
public static function createWithConfig(array $config): Client
4141
{

0 commit comments

Comments
 (0)