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:
@@ -28,6 +28,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [alms/cycle-bundle](https://packagist.org/packages/alms/cycle-bundle) | [0.1](alms/cycle-bundle/0.1) |
|
||||
| [alteis/hagreed-bundle](https://packagist.org/packages/alteis/hagreed-bundle) | [1.0](alteis/hagreed-bundle/1.0) |
|
||||
| [ambient-link/ability-sdk](https://packagist.org/packages/ambient-link/ability-sdk) | [1.0](ambient-link/ability-sdk/1.0) |
|
||||
| [amzs/random-bundle](https://packagist.org/packages/amzs/random-bundle) | [1.0](amzs/random-bundle/1.0) |
|
||||
| [andchir/omnipay-bundle](https://packagist.org/packages/andchir/omnipay-bundle) | [1.0](andchir/omnipay-bundle/1.0) |
|
||||
| [andchir/shopkeeper4-comments](https://packagist.org/packages/andchir/shopkeeper4-comments) | [1.0](andchir/shopkeeper4-comments/1.0) |
|
||||
| [andrew-gos/telegram-bot-bundle](https://packagist.org/packages/andrew-gos/telegram-bot-bundle) | [1.0](andrew-gos/telegram-bot-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"amzs/random-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Amzs\\RandomBundle\\AmzsRandomBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/amzs_random.yaml": {
|
||||
"contents": [
|
||||
"amzs_random:",
|
||||
" auto_connect: true",
|
||||
" default_connection: mysql",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/amzs_random_bundle.yaml": {
|
||||
"contents": [
|
||||
"_admin_amzs_random_bundle:",
|
||||
" resource: \"@AmzsRandomBundle/Resources/config/routing.yaml\"",
|
||||
" prefix: admin/menu",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ca3f0c9b6b83182c1f2c3d24f7cd5044705998b1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"amzs/random-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Amzs\\RandomBundle\\AmzsRandomBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/amzs_random.yaml": {
|
||||
"contents": [
|
||||
"amzs_random:",
|
||||
" auto_connect: true",
|
||||
" default_connection: mysql",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/amzs_random_bundle.yaml": {
|
||||
"contents": [
|
||||
"_admin_amzs_random_bundle:",
|
||||
" resource: \"@AmzsRandomBundle/Resources/config/routing.yaml\"",
|
||||
" prefix: admin/menu",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ca3f0c9b6b83182c1f2c3d24f7cd5044705998b1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -76,6 +76,9 @@
|
||||
"ambient-link/ability-sdk": [
|
||||
"1.0"
|
||||
],
|
||||
"amzs/random-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"andchir/omnipay-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user