File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
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 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments