Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-15 07:15:33 +00:00
parent bbdf8f6254
commit a670e02cc7
4 changed files with 70 additions and 0 deletions
+1
View File
@@ -444,6 +444,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [slot/mandrill-bundle](https://packagist.org/packages/slot/mandrill-bundle) | [1.1](slot/mandrill-bundle/1.1) |
| [snc/redis-bundle](https://packagist.org/packages/snc/redis-bundle) | [2.0](snc/redis-bundle/2.0) |
| [soljian/steam-authentication-bundle](https://packagist.org/packages/soljian/steam-authentication-bundle) | [1.0](soljian/steam-authentication-bundle/1.0) |
| [solvrtech/symfony-logbook](https://packagist.org/packages/solvrtech/symfony-logbook) | [1.0](solvrtech/symfony-logbook/1.0) |
| [sonata-project/admin-bundle](https://packagist.org/packages/sonata-project/admin-bundle) | [4.0](sonata-project/admin-bundle/4.0) |
| [sonata-project/block-bundle](https://packagist.org/packages/sonata-project/block-bundle) | [4.11](sonata-project/block-bundle/4.11) |
| [sonata-project/classification-bundle](https://packagist.org/packages/sonata-project/classification-bundle) | [3.7](sonata-project/classification-bundle/3.7) |
@@ -0,0 +1,33 @@
{
"manifests": {
"solvrtech/symfony-logbook": {
"manifest": {
"bundles": {
"Solvrtech\\Symfony\\Logbook\\LogbookBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LOGBOOK_API_URL": "Logbook API url",
"LOGBOOK_API_KEY": "Logbook API key"
}
},
"files": {
"config/packages/logbook.yaml": {
"contents": [
"logbook:",
" api:",
" url: \"%env(LOGBOOK_API_URL)%\"",
" key: \"%env(LOGBOOK_API_KEY)%\"",
""
],
"executable": false
}
},
"ref": "9f709f0e7e41571a4b1f31e119e9eaf050028682"
}
}
}
+3
View File
@@ -1389,6 +1389,9 @@
"soljian/steam-authentication-bundle": [
"1.0"
],
"solvrtech/symfony-logbook": [
"1.0"
],
"sonata-project/admin-bundle": [
"3.31",
"3.64",
+33
View File
@@ -0,0 +1,33 @@
{
"manifests": {
"solvrtech/symfony-logbook": {
"manifest": {
"bundles": {
"Solvrtech\\Symfony\\Logbook\\LogbookBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"LOGBOOK_API_URL": "Logbook API url",
"LOGBOOK_API_KEY": "Logbook API key"
}
},
"files": {
"config/packages/logbook.yaml": {
"contents": [
"logbook:",
" api:",
" url: \"%env(LOGBOOK_API_URL)%\"",
" key: \"%env(LOGBOOK_API_KEY)%\"",
""
],
"executable": false
}
},
"ref": "9f709f0e7e41571a4b1f31e119e9eaf050028682"
}
}
}