Skip to content

Commit d437e1e

Browse files
committed
Merge pull request #2 from php-http/contract_changes
Contract changes
2 parents 573a623 + f5393f6 commit d437e1e

File tree

2 files changed

+214
-595
lines changed

2 files changed

+214
-595
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-initial_import"
15+
"phpunit/phpunit": "~4.4",
16+
"php-http/message-factory-guesser": "^0.1@dev",
17+
"guzzlehttp/psr7": "~1.0",
18+
"th3n3rd/cartesian-product": "^0.3"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)