mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
Update Flex endpoint
This commit is contained in:
+6
-1
@@ -572,11 +572,16 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [swag-industries/melodiia](https://packagist.org/packages/swag-industries/melodiia) | [0.7](swag-industries/melodiia/0.7) |
|
||||
| [swarrot/swarrot-bundle](https://packagist.org/packages/swarrot/swarrot-bundle) | [1.6](swarrot/swarrot-bundle/1.6) |
|
||||
| [sylius/admin-order-creation-plugin](https://packagist.org/packages/sylius/admin-order-creation-plugin) | [0.6](sylius/admin-order-creation-plugin/0.6) |
|
||||
| [sylius/admin-ui](https://packagist.org/packages/sylius/admin-ui) | [0.4](sylius/admin-ui/0.4) |
|
||||
| [sylius/bootstrap-admin-ui](https://packagist.org/packages/sylius/bootstrap-admin-ui) | [0.4](sylius/bootstrap-admin-ui/0.4) |
|
||||
| [sylius/customer-order-cancellation-plugin](https://packagist.org/packages/sylius/customer-order-cancellation-plugin) | [0.2](sylius/customer-order-cancellation-plugin/0.2) |
|
||||
| [sylius/customer-reorder-plugin](https://packagist.org/packages/sylius/customer-reorder-plugin) | [1.0](sylius/customer-reorder-plugin/1.0) |
|
||||
| [sylius/invoicing-plugin](https://packagist.org/packages/sylius/invoicing-plugin) | [0.5](sylius/invoicing-plugin/0.5) |
|
||||
| [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [0.4](sylius/refund-plugin/0.4) |
|
||||
| [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.9](sylius/resource-bundle/1.9) |
|
||||
| [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.12](sylius/resource-bundle/1.12) |
|
||||
| [sylius/twig-extra](https://packagist.org/packages/sylius/twig-extra) | [0.4](sylius/twig-extra/0.4) |
|
||||
| [sylius/twig-hooks](https://packagist.org/packages/sylius/twig-hooks) | [0.4](sylius/twig-hooks/0.4) |
|
||||
| [sylius/ui-translations](https://packagist.org/packages/sylius/ui-translations) | [0.4](sylius/ui-translations/0.4) |
|
||||
| [symandy/makefile-maker-bundle](https://packagist.org/packages/symandy/makefile-maker-bundle) | [0.5](symandy/makefile-maker-bundle/0.5) |
|
||||
| [symfony-bundles/kafka-bundle](https://packagist.org/packages/symfony-bundles/kafka-bundle) | [1.0](symfony-bundles/kafka-bundle/1.0) |
|
||||
| [symfony-bundles/redis-bundle](https://packagist.org/packages/symfony-bundles/redis-bundle) | [2.0](symfony-bundles/redis-bundle/2.0) |
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/admin-ui": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\AdminUi\\Symfony\\SyliusAdminUiBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/sylius_admin_ui.yaml": {
|
||||
"contents": [
|
||||
"sylius_admin_ui:",
|
||||
" resource: '@SyliusAdminUiBundle/config/routes.php'",
|
||||
" prefix: /admin",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "8c08475f21574ea82ca3cd86b30f89fc9e4cd9ba"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/bootstrap-admin-ui": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\BootstrapAdminUi\\Symfony\\SyliusBootstrapAdminUiBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_bootstrap_admin_ui.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: '@SyliusBootstrapAdminUiBundle/config/app.php' }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "48198641b4c0d0d365519d74b097be53bf53e335"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/resource-bundle": {
|
||||
"manifest": {
|
||||
"container": {
|
||||
"locale": "en"
|
||||
},
|
||||
"bundles": {
|
||||
"Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_resource.yaml": {
|
||||
"contents": [
|
||||
"# @see https://github.com/Sylius/SyliusResourceBundle/blob/master/docs/index.md",
|
||||
"sylius_resource:",
|
||||
" # Override default settings",
|
||||
" #settings:",
|
||||
"",
|
||||
" # Configure the mapping for your resources",
|
||||
" mapping:",
|
||||
" paths:",
|
||||
" - '%kernel.project_dir%/src/Entity'",
|
||||
"",
|
||||
" # Configure your resources",
|
||||
" resources:",
|
||||
" #app.book:",
|
||||
" #classes:",
|
||||
" #model: App\\Entity\\Book",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_resource.yaml": {
|
||||
"contents": [
|
||||
"sylius_crud_routes:",
|
||||
" resource: 'sylius.routing.loader.crud_routes_attributes'",
|
||||
" type: service",
|
||||
"",
|
||||
"sylius_routes:",
|
||||
" resource: 'sylius.routing.loader.routes_attributes'",
|
||||
" type: service",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "cde8dd6145be3135af63787aa5c5858c3f289c7a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/twig-extra": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\TwigExtra\\Symfony\\SyliusTwigExtraBundle": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "00e1c7f2e97de7b0d990e507e1541fd05d4cdbfe"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/twig-hooks": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\TwigHooks\\SyliusTwigHooksBundle": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "42a2dc11276d447efefa639b95f9c7a4edd7031a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/ui-translations": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\UiTranslations\\Symfony\\SyliusUiTranslationsBundle": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "dea908d6a4add041281c1a1a60f37cba55312f98"
|
||||
}
|
||||
}
|
||||
}
|
||||
+17
-1
@@ -1819,6 +1819,12 @@
|
||||
"sylius/admin-order-creation-plugin": [
|
||||
"0.6"
|
||||
],
|
||||
"sylius/admin-ui": [
|
||||
"0.4"
|
||||
],
|
||||
"sylius/bootstrap-admin-ui": [
|
||||
"0.4"
|
||||
],
|
||||
"sylius/customer-order-cancellation-plugin": [
|
||||
"0.2"
|
||||
],
|
||||
@@ -1833,7 +1839,17 @@
|
||||
],
|
||||
"sylius/resource-bundle": [
|
||||
"1.6",
|
||||
"1.9"
|
||||
"1.9",
|
||||
"1.12"
|
||||
],
|
||||
"sylius/twig-extra": [
|
||||
"0.4"
|
||||
],
|
||||
"sylius/twig-hooks": [
|
||||
"0.4"
|
||||
],
|
||||
"sylius/ui-translations": [
|
||||
"0.4"
|
||||
],
|
||||
"symandy/makefile-maker-bundle": [
|
||||
"0.5"
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/admin-ui": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\AdminUi\\Symfony\\SyliusAdminUiBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/routes/sylius_admin_ui.yaml": {
|
||||
"contents": [
|
||||
"sylius_admin_ui:",
|
||||
" resource: '@SyliusAdminUiBundle/config/routes.php'",
|
||||
" prefix: /admin",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "8c08475f21574ea82ca3cd86b30f89fc9e4cd9ba"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/bootstrap-admin-ui": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\BootstrapAdminUi\\Symfony\\SyliusBootstrapAdminUiBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_bootstrap_admin_ui.yaml": {
|
||||
"contents": [
|
||||
"imports:",
|
||||
" - { resource: '@SyliusBootstrapAdminUiBundle/config/app.php' }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "48198641b4c0d0d365519d74b097be53bf53e335"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/resource-bundle": {
|
||||
"manifest": {
|
||||
"container": {
|
||||
"locale": "en"
|
||||
},
|
||||
"bundles": {
|
||||
"Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/sylius_resource.yaml": {
|
||||
"contents": [
|
||||
"# @see https://github.com/Sylius/SyliusResourceBundle/blob/master/docs/index.md",
|
||||
"sylius_resource:",
|
||||
" # Override default settings",
|
||||
" #settings:",
|
||||
"",
|
||||
" # Configure the mapping for your resources",
|
||||
" mapping:",
|
||||
" paths:",
|
||||
" - '%kernel.project_dir%/src/Entity'",
|
||||
"",
|
||||
" # Configure your resources",
|
||||
" resources:",
|
||||
" #app.book:",
|
||||
" #classes:",
|
||||
" #model: App\\Entity\\Book",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/sylius_resource.yaml": {
|
||||
"contents": [
|
||||
"sylius_crud_routes:",
|
||||
" resource: 'sylius.routing.loader.crud_routes_attributes'",
|
||||
" type: service",
|
||||
"",
|
||||
"sylius_routes:",
|
||||
" resource: 'sylius.routing.loader.routes_attributes'",
|
||||
" type: service",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Entity/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "cde8dd6145be3135af63787aa5c5858c3f289c7a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/twig-extra": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\TwigExtra\\Symfony\\SyliusTwigExtraBundle": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "00e1c7f2e97de7b0d990e507e1541fd05d4cdbfe"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/twig-hooks": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\TwigHooks\\SyliusTwigHooksBundle": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "42a2dc11276d447efefa639b95f9c7a4edd7031a"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"manifests": {
|
||||
"sylius/ui-translations": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Sylius\\UiTranslations\\Symfony\\SyliusUiTranslationsBundle": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "dea908d6a4add041281c1a1a60f37cba55312f98"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user