mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"sylius/refund-plugin": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sylius\\RefundPlugin\\SyliusRefundPlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/sylius_refund.yaml": {
|
|
"contents": [
|
|
"sylius_refund:",
|
|
" resource: \"@SyliusRefundPlugin/Resources/config/routing.yml\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/sylius_refund.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: \"@SyliusRefundPlugin/Resources/config/app/config.yml\" }",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "a3f813f608c6f04bd7d0b4cefd73a96bf378c390"
|
|
}
|
|
}
|
|
} |