mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"manifests": {
|
|
"lyranetwork/sylius-lyranetwork-plugin": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Lyranetwork\\Lyra\\LyranetworkLyraPlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/lyranetwork_sylius.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: \"@LyranetworkLyraPlugin/Resources/config/config.yaml\" }",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/lyranetwork_sylius.yaml": {
|
|
"contents": [
|
|
"sylius_lyra:",
|
|
" resource: \"@LyranetworkLyraPlugin/Resources/config/routing.yaml\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "c34a303c6e99976b6561629c0c115c190ff4b2de"
|
|
}
|
|
}
|
|
}
|