mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
b852a54615cbaa9bc3ccf323b4fd2ba5dbb2c96b
Casted port as string Removed "aliases" block Typo Fixes directory structure Adds port casting Changes port to integer Revert "Changes port to integer" This reverts commit 3cd799f1f81d11e48a390dbb3145a363511276e5. Force port to be an integer Revert "Force port to be an integer" This reverts commit ba46c410a93ce6d9cb1bd9bc81462cf947ea2e25.
Symfony Recipes (Contrib)
=========================
Symfony recipes allow the automation of Composer packages configuration via the
`Symfony Flex`_ Composer plugin.
This repository hosts contributed recipes for Composer packages that are not
part of the "official" `Symfony recipes`_. To enable recipes defined in this
repository for your project, run the following command:
.. code-block:: bash
composer config extra.symfony.allow-contrib true
Contributing
------------
For more information about contributing a recipe, read the `documentation`_ on
the main repository.
Unlike for official recipes, the pull requests for new contrib recipes are
managed by the community. Pull requests are reviewed by the Symfony Bot and
automatically merged when the following conditions are met (in that order):
* The pull request title does not contain "WIP";
* The Symfony Bot approved the pull request and reported no validation errors;
* Someone (not the Symfony bot nor the pull request author) approved the pull
request;
* The pull request author or the reviewer is a "trusted user". A "trusted user"
being one of the following:
* A Symfony Core Merger;
* The user is the Github owner for all modified packages;
* The user is a member of the organizations (publicly visible) for all
modified packages.
.. _`Symfony Flex`: https://github.com/symfony/flex
.. _`Symfony recipes`: https://github.com/symfony/recipes
.. _`documentation`: https://github.com/symfony/recipes
Languages
PHP
85.1%
Makefile
10.6%
Twig
2.8%
Gherkin
0.5%
JavaScript
0.5%
Other
0.5%