File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Guzzle 6 HTTP Adapter
1
+ # Guzzle 7 HTTP Adapter
2
2
3
3
[ ![ Latest Version] ( https://img.shields.io/github/release/php-http/guzzle7-adapter.svg?style=flat-square )] ( https://github.com/php-http/guzzle7-adapter/releases )
4
4
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " php-http/guzzle7-adapter" ,
3
- "description" : " Guzzle 6 HTTP Adapter" ,
3
+ "description" : " Guzzle 7 HTTP Adapter" ,
4
4
"license" : " MIT" ,
5
5
"keywords" : [" guzzle" , " http" ],
6
6
"homepage" : " http://httplug.io" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit colors =" true" bootstrap =" vendor/autoload.php" >
3
3
<testsuites >
4
- <testsuite name =" Guzzle 6 HTTP Adapter Test Suite" >
4
+ <testsuite name =" Guzzle 7 HTTP Adapter Test Suite" >
5
5
<directory >tests/</directory >
6
6
</testsuite >
7
7
</testsuites >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function __construct(?ClientInterface $guzzle = null)
35
35
}
36
36
37
37
/**
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.
39
39
*/
40
40
public static function createWithConfig (array $ config ): Client
41
41
{
You can’t perform that action at this time.
0 commit comments