mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
45 lines
1.5 KiB
JSON
45 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",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |