File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ | Q | A
2
+ | ------------- | ---
3
+ | License | MIT
4
+
5
+ <!--
6
+ Please, carefully read the Contributing section in the README
7
+ before submitting a pull request.
8
+ -->
Original file line number Diff line number Diff line change @@ -5,13 +5,16 @@ Symfony recipes allow the automation of Composer packages configuration via the
5
5
`Symfony Flex `_ Composer plugin.
6
6
7
7
This repository hosts contributed recipes for Composer packages that are not
8
- part of the "official" `Symfony recipes `_. To enable this repository in your
9
- project, run the following command:
8
+ part of the "official" `Symfony recipes `_. To enable recipes defined in this
9
+ repository for your project, run the following command:
10
10
11
11
.. code-block :: bash
12
12
13
13
composer config extra.symfony.allow-contrib true
14
14
15
+ Contributing
16
+ ------------
17
+
15
18
For more information about contributing a recipe, read the `documentation `_ on
16
19
the main repository.
17
20
You can’t perform that action at this time.
0 commit comments