File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " thinkshout/mailchimp-api-php" ,
3+ "version" : " 3.0.0" ,
34 "type" : " library" ,
45 "description" : " PHP library for v3 of the MailChimp API" ,
56 "keywords" : [" mailchimp" , " mail" ],
67 "homepage" : " https://github.com/thinkshout/mailchimp-api-php" ,
78 "license" : " GPL-2.0-or-later" ,
89 "require" : {
910 "php" : " >=5.4.0" ,
10- "guzzlehttp/guzzle" : " ^6.2.1 |^7.0.0 "
11+ "guzzlehttp/guzzle" : " ^6.5.8 |^7.4.5 "
1112 },
1213 "require-dev" : {
13- "phpunit/phpunit" : " ^6.2.2"
14+ "phpunit/phpunit" : " ^6.2.2|^7.0|^8.0|^9.0 "
1415 },
1516 "autoload" : {
1617 "psr-4" : {
Original file line number Diff line number Diff line change 22
33namespace Mailchimp \Tests ;
44
5+ use GuzzleHttp \Psr7 \Response ;
6+
57/**
68 * Test HTTP Response.
79 *
810 * @package Mailchimp\Tests
911 */
10- class MailchimpTestHttpResponse extends \GuzzleHttp \Psr7 \Response {
11-
12- public function getBody () {
13- return '{} ' ;
14- }
15-
16- }
12+ class MailchimpTestHttpResponse extends Response {}
You can’t perform that action at this time.
0 commit comments