File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
2323offer zero-configuration services relying on the virtual packages.
2424
2525Using discovery in a shared library
26- -------------------------------------
26+ -----------------------------------
2727
2828The goal of the PSR standards is that libraries do not depend on specific
2929implementations but only on the standard. The library should only require the
@@ -37,7 +37,7 @@ send HTTP requests, you could do:
3737 $ composer require --dev symfony/http-client
3838 $ composer require --dev nyholm/psr7
3939
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 ``
4141because you just installed the dev dependencies you need for testing:
4242
4343.. code-block :: bash
You can’t perform that action at this time.
0 commit comments