mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
45 lines
1.7 KiB
JSON
45 lines
1.7 KiB
JSON
{
|
|
"locks": {
|
|
"sylius/admin-order-creation-plugin": {
|
|
"version": "0.6",
|
|
"recipe": {
|
|
"repo": "0.6",
|
|
"branch": "master",
|
|
"version": "0.6",
|
|
"ref": "3ac19aedc8c846cc48cc61ee62ab5b280823efbf"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"sylius/admin-order-creation-plugin": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "sylius/admin-order-creation-plugin",
|
|
"version": "0.6",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sylius\\AdminOrderCreationPlugin\\SyliusAdminOrderCreationPlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/sylius_admin_order_creation.yaml": {
|
|
"contents": "sylius_admin_order_creation:\n resource: \"@SyliusAdminOrderCreationPlugin/Resources/config/app/routing.yml\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/sylius_admin_order_creation.yaml": {
|
|
"contents": "imports:\n - { resource: \"@SyliusAdminOrderCreationPlugin/Resources/config/app/config.yml\" }\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "sylius/admin-order-creation-plugin:0.6@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |