Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-06-10 07:21:53 +00:00
parent 39fcce39ac
commit e92fa3ac14
4 changed files with 66 additions and 0 deletions
+1
View File
@@ -201,6 +201,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [google/apiclient](https://packagist.org/packages/google/apiclient) | [2.10](google/apiclient/2.10) |
| [google/recaptcha](https://packagist.org/packages/google/recaptcha) | [1.1](google/recaptcha/1.1) |
| [googlechromelabs/ise-web-security-bundle](https://packagist.org/packages/googlechromelabs/ise-web-security-bundle) | [1.0](googlechromelabs/ise-web-security-bundle/1.0) |
| [gponty/symfony-idloom-api-bundle](https://packagist.org/packages/gponty/symfony-idloom-api-bundle) | [1.0](gponty/symfony-idloom-api-bundle/1.0) |
| [gpslab/domain-event-bundle](https://packagist.org/packages/gpslab/domain-event-bundle) | [2.2](gpslab/domain-event-bundle/2.2) |
| [gpslab/geoip2](https://packagist.org/packages/gpslab/geoip2) | [2.0](gpslab/geoip2/2.0) |
| [gpslab/pagination-bundle](https://packagist.org/packages/gpslab/pagination-bundle) | [1.2](gpslab/pagination-bundle/1.2) |
@@ -0,0 +1,31 @@
{
"manifests": {
"gponty/symfony-idloom-api-bundle": {
"manifest": {
"bundles": {
"Gponty\\IdLoomBundle\\IdLoomBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"IDLOOM_URL": "your_idloom_url"
}
},
"files": {
"config/packages/idloom.yaml": {
"contents": [
"# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md",
"id_loom:",
" idloom_url: '%env(resolve:IDLOOM_URL)%'",
""
],
"executable": false
}
},
"ref": "6ca750fac535bd5bc309d93f3b1faa6e3234e71c"
}
}
}
+31
View File
@@ -0,0 +1,31 @@
{
"manifests": {
"gponty/symfony-idloom-api-bundle": {
"manifest": {
"bundles": {
"Gponty\\IdLoomBundle\\IdLoomBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"IDLOOM_URL": "your_idloom_url"
}
},
"files": {
"config/packages/idloom.yaml": {
"contents": [
"# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md",
"id_loom:",
" idloom_url: '%env(resolve:IDLOOM_URL)%'",
""
],
"executable": false
}
},
"ref": "6ca750fac535bd5bc309d93f3b1faa6e3234e71c"
}
}
}
+3
View File
@@ -621,6 +621,9 @@
"googlechromelabs/ise-web-security-bundle": [
"1.0"
],
"gponty/symfony-idloom-api-bundle": [
"1.0"
],
"gpslab/domain-event-bundle": [
"2.2"
],