mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
47 lines
2.1 KiB
JSON
47 lines
2.1 KiB
JSON
{
|
|
"locks": {
|
|
"sulu/redirect-bundle": {
|
|
"version": "2.0",
|
|
"recipe": {
|
|
"repo": "2.0",
|
|
"branch": "master",
|
|
"version": "2.0",
|
|
"ref": "166e0df09e1903b610e2d6de48357afd52fb79b3"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"sulu/redirect-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "sulu/redirect-bundle",
|
|
"version": "2.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
" * The <fg=green>SuluRedirectBundle</> is almost ready:",
|
|
" 1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.",
|
|
" 2. If the statements look fine to you, run the same command using <info>--force</> to execute them.",
|
|
" 3. Make sure your user has all the necessary permissions for the <fg=green>SuluRedirectBundle</>.",
|
|
"",
|
|
" * <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluRedirectBundle/blob/2.x/Resources/doc/README.md</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes/sulu_redirect_admin.yaml": {
|
|
"contents": "sulu_redirect_api:\n type: rest\n resource: \"@SuluRedirectBundle/Resources/config/routing_api.yml\"\n prefix: /admin/api\n\nsulu_redirect:\n resource: \"@SuluRedirectBundle/Resources/config/routing.yml\"\n prefix: /admin/redirects\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "sulu/redirect-bundle:2.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |