File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Dependency Injection is not an option. Discovery is particularly useful in libra
23
23
offer zero-configuration services relying on the virtual packages.
24
24
25
25
Using discovery in a shared library
26
- -------------------------------------
26
+ -----------------------------------
27
27
28
28
The goal of the PSR standards is that libraries do not depend on specific
29
29
implementations but only on the standard. The library should only require the
@@ -37,7 +37,7 @@ send HTTP requests, you could do:
37
37
$ composer require --dev symfony/http-client
38
38
$ composer require --dev nyholm/psr7
39
39
40
- Then, you can disable the Composer plugin provided by``php-http/discovery``
40
+ Then, you can disable the Composer plugin provided by ``php-http/discovery ``
41
41
because you just installed the dev dependencies you need for testing:
42
42
43
43
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments