Skip to content

Commit 9709818

Browse files
committed
Implement PSR-18
1 parent 0539c4e commit 9709818

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,16 @@
1212
"require": {
1313
"phpro/soap-client": "0.6.0",
1414
"sabre/xml": "^2.1",
15-
"psr/http-message": "^1.0",
16-
"php-http/httplug": "^1.1",
17-
"php-http/message-factory": "^1.0",
18-
"php-http/discovery": "^1.3",
19-
"php-http/client-common": "^1.6",
20-
"php-http/client-implementation": "^1.0"
15+
"psr/http-client": "^1.0",
16+
"psr/http-client-implementation": "*",
17+
"php-http/message-factory": "^1.0"
2118
},
2219
"require-dev": {
2320
"php-http/message": "^1.6",
2421
"zendframework/zend-code": "^3.1.0",
2522
"php-http/mock-client": "^1.0",
2623
"guzzlehttp/psr7": "^1.4",
27-
"php-http/guzzle6-adapter": "^1.1",
24+
"php-http/guzzle6-adapter": "^2",
2825
"ocramius/package-versions": "^1.1.2",
2926
"ocramius/proxy-manager": "^2.0.2",
3027
"php-vcr/php-vcr": "^1.3.2",

0 commit comments

Comments
 (0)