mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1098,6 +1098,9 @@
|
||||
"liuggio/statsd-client-bundle": [
|
||||
"1.6"
|
||||
],
|
||||
"lljaworski/ceidg-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"lolautruche/payline-bundle": [
|
||||
"2.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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user