@@ -292,7 +292,7 @@ following standardized instructions in your ``README.md`` file.
292
292
Open a command console, enter your project directory and execute:
293
293
294
294
```console
295
- $ composer require <package-name>
295
+ composer require <package-name>
296
296
```
297
297
298
298
Applications that don't use Symfony Flex
@@ -304,7 +304,7 @@ following standardized instructions in your ``README.md`` file.
304
304
following command to download the latest stable version of this bundle:
305
305
306
306
```console
307
- $ composer require <package-name>
307
+ composer require <package-name>
308
308
```
309
309
310
310
### Step 2: Enable the Bundle
@@ -333,9 +333,9 @@ following standardized instructions in your ``README.md`` file.
333
333
334
334
Open a command console, enter your project directory and execute:
335
335
336
- .. code-block:: bash
336
+ .. code-block:: terminal
337
337
338
- $ composer require <package-name>
338
+ composer require <package-name>
339
339
340
340
Applications that don't use Symfony Flex
341
341
----------------------------------------
@@ -346,9 +346,9 @@ following standardized instructions in your ``README.md`` file.
346
346
Open a command console, enter your project directory and execute the
347
347
following command to download the latest stable version of this bundle:
348
348
349
- .. code-block:: terminal
350
-
351
- $ composer require <package-name>
349
+ ```bash
350
+ composer require <package-name>
351
+ ```
352
352
353
353
Step 2: Enable the Bundle
354
354
~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments