Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-12-03 17:41:58 +00:00
parent 61c42c40f0
commit 4f41da15ff
4 changed files with 68 additions and 0 deletions
+1
View File
@@ -345,6 +345,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [liip/monitor-bundle](https://packagist.org/packages/liip/monitor-bundle) | [3.0](liip/monitor-bundle/3.0) |
| [lireincore/imgcache-bundle](https://packagist.org/packages/lireincore/imgcache-bundle) | [0.1](lireincore/imgcache-bundle/0.1) |
| [liuggio/statsd-client-bundle](https://packagist.org/packages/liuggio/statsd-client-bundle) | [1.6](liuggio/statsd-client-bundle/1.6) |
| [lljaworski/ceidg-bundle](https://packagist.org/packages/lljaworski/ceidg-bundle) | [1.0](lljaworski/ceidg-bundle/1.0) |
| [lolautruche/payline-bundle](https://packagist.org/packages/lolautruche/payline-bundle) | [2.0](lolautruche/payline-bundle/2.0) |
| [long-running/long-running](https://packagist.org/packages/long-running/long-running) | [0.1](long-running/long-running/0.1) |
| [longitude-one/meta-bundle](https://packagist.org/packages/longitude-one/meta-bundle) | [1.0](longitude-one/meta-bundle/1.0) |
@@ -0,0 +1,32 @@
{
"manifests": {
"lljaworski/ceidg-bundle": {
"manifest": {
"bundles": {
"LukaszJaworski\\CeidgBundle\\CeidgBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"CEIDG_API_URL": "https://dane.biznes.gov.pl/api/ceidg/v2",
"CEIDG_API_KEY": ""
}
},
"files": {
"config/packages/ceidg.yaml": {
"contents": [
"ceidg:",
" api_url: '%env(CEIDG_API_URL)%'",
" api_key: '%env(CEIDG_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "a314c4e3b3dc1d079d255541cbe455ac179dac07"
}
}
}
+3
View File
@@ -1098,6 +1098,9 @@
"liuggio/statsd-client-bundle": [
"1.6"
],
"lljaworski/ceidg-bundle": [
"1.0"
],
"lolautruche/payline-bundle": [
"2.0"
],
+32
View File
@@ -0,0 +1,32 @@
{
"manifests": {
"lljaworski/ceidg-bundle": {
"manifest": {
"bundles": {
"LukaszJaworski\\CeidgBundle\\CeidgBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"CEIDG_API_URL": "https://dane.biznes.gov.pl/api/ceidg/v2",
"CEIDG_API_KEY": ""
}
},
"files": {
"config/packages/ceidg.yaml": {
"contents": [
"ceidg:",
" api_url: '%env(CEIDG_API_URL)%'",
" api_key: '%env(CEIDG_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "a314c4e3b3dc1d079d255541cbe455ac179dac07"
}
}
}