Skip to content

Commit

Permalink
Remove dependency from Guzzle (#131)
Browse files Browse the repository at this point in the history
* Remove dependency form Guzzle

* Fixed borken tests

* Added more tests

* make sure we require httplug as well.
  • Loading branch information
Nyholm authored and avigoldman committed Jul 27, 2016
1 parent ba4b039 commit a91a8e1
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 101 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@
"fix-style": "php-cs-fixer fix ."
},
"require": {
"php": ">=5.5.0",
"php": "^5.5 || ^7.0",
"psr/http-message": "^1.0",
"php-http/httplug": "^1.0",
"php-http/client-implementation": "^1.0",
"guzzlehttp/psr7": "1.3.*"
"php-http/discovery": "^1.0"
},
"require-dev": {
"guzzlehttp/guzzle": "6.*",
"php-http/guzzle6-adapter": "*",
"php-http/message": "*",
"php-http/guzzle6-adapter": "^1.0",
"php-http/message": "^1.0",
"mockery/mockery": "^0.9.4",
"fabpot/php-cs-fixer": "^1.11"
},
Expand Down
Loading

0 comments on commit a91a8e1

Please sign in to comment.