Skip to content

Commit a91a8e1

Browse files
Nyholmavigoldman
authored andcommitted
Remove dependency from Guzzle (#131)
* Remove dependency form Guzzle * Fixed borken tests * Added more tests * make sure we require httplug as well.
1 parent ba4b039 commit a91a8e1

File tree

6 files changed

+231
-101
lines changed

6 files changed

+231
-101
lines changed

Diff for: composer.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
"fix-style": "php-cs-fixer fix ."
1616
},
1717
"require": {
18-
"php": ">=5.5.0",
18+
"php": "^5.5 || ^7.0",
19+
"psr/http-message": "^1.0",
20+
"php-http/httplug": "^1.0",
1921
"php-http/client-implementation": "^1.0",
20-
"guzzlehttp/psr7": "1.3.*"
22+
"php-http/discovery": "^1.0"
2123
},
2224
"require-dev": {
23-
"guzzlehttp/guzzle": "6.*",
24-
"php-http/guzzle6-adapter": "*",
25-
"php-http/message": "*",
25+
"php-http/guzzle6-adapter": "^1.0",
26+
"php-http/message": "^1.0",
2627
"mockery/mockery": "^0.9.4",
2728
"fabpot/php-cs-fixer": "^1.11"
2829
},

0 commit comments

Comments
 (0)