mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* Add recipe for corvet/light-field-bundle v1.0 * Fix manifest * Fix mistake * Fix all * Fix dependencies --------- Co-authored-by: Serg Bugayov <serg.bugayov@gmail.com>
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"bundles": {
|
|
"Corvet\\LightFieldBundle\\CorvetLightFieldBundle": [ "all" ]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"corvet:install": "symfony-cmd"
|
|
}
|
|
}
|