Skip to content

Commit 4cc7d37

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: remove $ so gitclip works
2 parents 6d9f61a + c3edd6b commit 4cc7d37

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bundles/best_practices.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ following standardized instructions in your ``README.md`` file.
292292
Open a command console, enter your project directory and execute:
293293
294294
```console
295-
$ composer require <package-name>
295+
composer require <package-name>
296296
```
297297
298298
Applications that don't use Symfony Flex
@@ -304,7 +304,7 @@ following standardized instructions in your ``README.md`` file.
304304
following command to download the latest stable version of this bundle:
305305
306306
```console
307-
$ composer require <package-name>
307+
composer require <package-name>
308308
```
309309
310310
### Step 2: Enable the Bundle
@@ -333,9 +333,9 @@ following standardized instructions in your ``README.md`` file.
333333
334334
Open a command console, enter your project directory and execute:
335335
336-
.. code-block:: bash
336+
.. code-block:: terminal
337337
338-
$ composer require <package-name>
338+
composer require <package-name>
339339
340340
Applications that don't use Symfony Flex
341341
----------------------------------------
@@ -346,9 +346,9 @@ following standardized instructions in your ``README.md`` file.
346346
Open a command console, enter your project directory and execute the
347347
following command to download the latest stable version of this bundle:
348348
349-
.. code-block:: terminal
350-
351-
$ composer require <package-name>
349+
```bash
350+
composer require <package-name>
351+
```
352352
353353
Step 2: Enable the Bundle
354354
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)