mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-05 22:23:38 +03:00
Allow php-http/guzzle6-adapter ^2.0
It still uses the same API, just updated for PHP 7
This commit is contained in:
parent
2eb93f2931
commit
e707e112f5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"php-http/guzzle6-adapter": "^1.0",
|
||||
"php-http/guzzle6-adapter": "^1.0 || ^2.0",
|
||||
"nyholm/psr7": "^1.0",
|
||||
"nyholm/nsa": "^1.1"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue