Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-10-17 13:13:09 +00:00
parent 25f459205f
commit 73f4aa12be
4 changed files with 70 additions and 0 deletions
+1
View File
@@ -206,6 +206,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [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) |
| [gponty/symfony-monday-api-bundle](https://packagist.org/packages/gponty/symfony-monday-api-bundle) | [1.0](gponty/symfony-monday-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,33 @@
{
"manifests": {
"gponty/symfony-monday-api-bundle": {
"manifest": {
"bundles": {
"Gponty\\MondayBundle\\MondayBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONDAY_API_KEY": "your_monday_api_key",
"MONDAY_API_VERSION": "your_monday_api_version"
}
},
"files": {
"config/packages/monday.yaml": {
"contents": [
"# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md",
"monday:",
" api_key: '%env(MONDAY_API_KEY)%'",
" api_version: '%env(MONDAY_API_VERSION)%'",
""
],
"executable": false
}
},
"ref": "ad15a141cbc3a478d6c6b43e921ea2209dfa84a2"
}
}
}
+33
View File
@@ -0,0 +1,33 @@
{
"manifests": {
"gponty/symfony-monday-api-bundle": {
"manifest": {
"bundles": {
"Gponty\\MondayBundle\\MondayBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONDAY_API_KEY": "your_monday_api_key",
"MONDAY_API_VERSION": "your_monday_api_version"
}
},
"files": {
"config/packages/monday.yaml": {
"contents": [
"# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md",
"monday:",
" api_key: '%env(MONDAY_API_KEY)%'",
" api_version: '%env(MONDAY_API_VERSION)%'",
""
],
"executable": false
}
},
"ref": "ad15a141cbc3a478d6c6b43e921ea2209dfa84a2"
}
}
}
+3
View File
@@ -637,6 +637,9 @@
"gponty/symfony-idloom-api-bundle": [
"1.0"
],
"gponty/symfony-monday-api-bundle": [
"1.0"
],
"gpslab/domain-event-bundle": [
"2.2"
],