We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3461d34 commit 9262a02Copy full SHA for 9262a02
README.md
@@ -95,8 +95,8 @@ httplug:
95
96
```php
97
98
-$httpClient = $this->container->get('httplug.my_guzzle5');
99
-$httpClient = $this->container->get('httplug.acme');
+$httpClient = $this->container->get('httplug.client.my_guzzle5');
+$httpClient = $this->container->get('httplug.client.acme');
100
```
101
102
### Use for Reusable Bundles
composer.json
@@ -15,7 +15,7 @@
15
"prefer-stable": true,
16
"require": {
17
"php": ">=5.4",
18
- "php-http/discovery": "^0.5|^0.6",
+ "php-http/discovery": "^0.5",
19
"php-http/client-implementation": "^1.0",
20
"php-http/message-factory": "^1.0",
21
"php-http/plugins": "dev-master",
0 commit comments