Files
symfony-flex-recipes-contrib/sylius.refund-plugin.0.4.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

44 lines
1.5 KiB
JSON

{
"locks": {
"sylius/refund-plugin": {
"version": "0.4",
"recipe": {
"repo": "0.4",
"branch": "master",
"version": "0.4",
"ref": "a3f813f608c6f04bd7d0b4cefd73a96bf378c390"
}
}
},
"manifests": {
"sylius/refund-plugin": {
"repository": "github.com/symfony/recipes-contrib",
"package": "sylius/refund-plugin",
"version": "0.4",
"manifest": {
"bundles": {
"Sylius\\RefundPlugin\\SyliusRefundPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/sylius_refund.yaml": {
"contents": "sylius_refund:\n resource: \"@SyliusRefundPlugin/Resources/config/routing.yml\"\n",
"executable": false,
"encoding": ""
},
"config/packages/sylius_refund.yaml": {
"contents": "imports:\n - { resource: \"@SyliusRefundPlugin/Resources/config/app/config.yml\" }\n",
"executable": false,
"encoding": ""
}
},
"origin": "sylius/refund-plugin:0.4@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}