mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -618,7 +618,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [sulu/article-bundle](https://packagist.org/packages/sulu/article-bundle) | [2.0](sulu/article-bundle/2.0) |
|
||||
| [sulu/form-bundle](https://packagist.org/packages/sulu/form-bundle) | [2.4](sulu/form-bundle/2.4) |
|
||||
| [sulu/headless-bundle](https://packagist.org/packages/sulu/headless-bundle) | [0.1](sulu/headless-bundle/0.1) |
|
||||
| [sulu/redirect-bundle](https://packagist.org/packages/sulu/redirect-bundle) | [2.0](sulu/redirect-bundle/2.0) |
|
||||
| [sulu/redirect-bundle](https://packagist.org/packages/sulu/redirect-bundle) | [3.0](sulu/redirect-bundle/3.0) |
|
||||
| [sulu/sylius-consumer-bundle](https://packagist.org/packages/sulu/sylius-consumer-bundle) | [0.4](sulu/sylius-consumer-bundle/0.4) |
|
||||
| [sulu/sylius-producer-plugin](https://packagist.org/packages/sulu/sylius-producer-plugin) | [0.2](sulu/sylius-producer-plugin/0.2) |
|
||||
| [sulu/webpack-encore](https://packagist.org/packages/sulu/webpack-encore) | [1.0](sulu/webpack-encore/1.0) |
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sulu/redirect-bundle": {
|
||||
"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/3.0/Resources/doc/README.md</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/routes/sulu_redirect_admin.yaml": {
|
||||
"contents": [
|
||||
"sulu_redirect_api:",
|
||||
" type: rest",
|
||||
" resource: \"@SuluRedirectBundle/Resources/config/routing_api.yaml\"",
|
||||
" prefix: /admin/api",
|
||||
"",
|
||||
"sulu_redirect:",
|
||||
" resource: \"@SuluRedirectBundle/Resources/config/routing.yaml\"",
|
||||
" prefix: /admin/redirects",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "5781f1fb49988e114643b3840c36a88de6d9f087"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -1989,7 +1989,8 @@
|
||||
"0.1"
|
||||
],
|
||||
"sulu/redirect-bundle": [
|
||||
"2.0"
|
||||
"2.0",
|
||||
"3.0"
|
||||
],
|
||||
"sulu/sylius-consumer-bundle": [
|
||||
"0.4"
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sulu/redirect-bundle": {
|
||||
"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/3.0/Resources/doc/README.md</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/routes/sulu_redirect_admin.yaml": {
|
||||
"contents": [
|
||||
"sulu_redirect_api:",
|
||||
" type: rest",
|
||||
" resource: \"@SuluRedirectBundle/Resources/config/routing_api.yaml\"",
|
||||
" prefix: /admin/api",
|
||||
"",
|
||||
"sulu_redirect:",
|
||||
" resource: \"@SuluRedirectBundle/Resources/config/routing.yaml\"",
|
||||
" prefix: /admin/redirects",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "5781f1fb49988e114643b3840c36a88de6d9f087"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user