mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* Add recipe for pascualmg/symfony-command-ui 1.0 * ci: re-trigger after adding MIT license header to PR description * ci: fix MIT license header format in PR description * ci: retrigger after pascualmg/symfony-command-ui v1.1.1 (adds ^8.0 support) * ci: retrigger after pascualmg/symfony-command-ui v1.2.0 (full matrix green, PHP 7.1 supported) --------- Co-authored-by: Pascual Munoz Galian <pmunozg@ces.vocento.com>
9 lines
166 B
JSON
9 lines
166 B
JSON
{
|
|
"bundles": {
|
|
"Pascualmg\\SymfonyCommandUI\\SymfonyCommandUIBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|