mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
51 lines
2.1 KiB
JSON
51 lines
2.1 KiB
JSON
{
|
|
"locks": {
|
|
"synolia/sylius-scheduler-command-plugin": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "512ec3ad6d09a1cb4c221f93ee05e59924623b7e"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"synolia/sylius-scheduler-command-plugin": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "synolia/sylius-scheduler-command-plugin",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
"src/Migrations/": "%SRC_DIR%/Migrations/"
|
|
},
|
|
"post-install-output": [
|
|
" * <fg=blue>Run</> <fg=green>doctrine:migrations:migrate</> to upgrade database",
|
|
" * <fg=blue>Add Cron</> on <fg=green>synolia:scheduler-run</> to execute scheduled commands"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes/sylius_scheduler_command.yaml": {
|
|
"contents": "synolia_scheduled_command:\n resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/admin_routing.yaml\"\n prefix: /admin\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/sylius_scheduler_command.yaml": {
|
|
"contents": "imports:\n - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/Resources/config/config.yaml\" }\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "synolia/sylius-scheduler-command-plugin:1.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |