Skip to content

Commit a482d2f

Browse files
committed
Merge pull request #6 from php-http/client_separation
Client separation
2 parents 6b95186 + a73ad4b commit a482d2f

File tree

2 files changed

+209
-588
lines changed

2 files changed

+209
-588
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
],
1313
"require": {
1414
"php": ">=5.4",
15-
"phpunit/phpunit": "~4.4"
16-
},
17-
"require-dev": {
18-
"php-http/adapter-core": "dev-contract_changes"
15+
"phpunit/phpunit": "~4.4",
16+
"php-http/common": "dev-master",
17+
"guzzlehttp/psr7": "~1.0",
18+
"th3n3rd/cartesian-product": "^0.3"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)