Skip to content

Commit 9262a02

Browse files
committed
minor
1 parent 3461d34 commit 9262a02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ httplug:
9595

9696
```php
9797

98-
$httpClient = $this->container->get('httplug.my_guzzle5');
99-
$httpClient = $this->container->get('httplug.acme');
98+
$httpClient = $this->container->get('httplug.client.my_guzzle5');
99+
$httpClient = $this->container->get('httplug.client.acme');
100100
```
101101

102102
### Use for Reusable Bundles

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prefer-stable": true,
1616
"require": {
1717
"php": ">=5.4",
18-
"php-http/discovery": "^0.5|^0.6",
18+
"php-http/discovery": "^0.5",
1919
"php-http/client-implementation": "^1.0",
2020
"php-http/message-factory": "^1.0",
2121
"php-http/plugins": "dev-master",

0 commit comments

Comments
 (0)