mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -23,6 +23,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [algolia/algolia-search-bundle](https://packagist.org/packages/algolia/algolia-search-bundle) | [2.2](algolia/algolia-search-bundle/2.2) |
|
||||
| [algolia/search-bundle](https://packagist.org/packages/algolia/search-bundle) | [3.0](algolia/search-bundle/3.0) |
|
||||
| [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) |
|
||||
| [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) |
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"alteis/hagreed-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Alteis\\HagreedBundle\\AlteisHagreedBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"HAGREED_TOKEN": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/alteis_hagreed.yaml": {
|
||||
"contents": [
|
||||
"alteis_hagreed:",
|
||||
" token: '%env(HAGREED_TOKEN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "634bcd343ddc589a217a7118db71686362af74dd"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"alteis/hagreed-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Alteis\\HagreedBundle\\AlteisHagreedBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"HAGREED_TOKEN": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/alteis_hagreed.yaml": {
|
||||
"contents": [
|
||||
"alteis_hagreed:",
|
||||
" token: '%env(HAGREED_TOKEN)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "634bcd343ddc589a217a7118db71686362af74dd"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -59,6 +59,9 @@
|
||||
"alms/cycle-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"alteis/hagreed-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"ambient-link/ability-sdk": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user