mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -75,6 +75,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [bugsnag/bugsnag-symfony](https://packagist.org/packages/bugsnag/bugsnag-symfony) | [1.13](bugsnag/bugsnag-symfony/1.13) |
|
||||
| [bukashk0zzz/filter-bundle](https://packagist.org/packages/bukashk0zzz/filter-bundle) | [2.0](bukashk0zzz/filter-bundle/2.0) |
|
||||
| [bukashk0zzz/liip-imagine-serialization-bundle](https://packagist.org/packages/bukashk0zzz/liip-imagine-serialization-bundle) | [2.0](bukashk0zzz/liip-imagine-serialization-bundle/2.0) |
|
||||
| [byhaskell/novaposhta-bundle](https://packagist.org/packages/byhaskell/novaposhta-bundle) | [1.0](byhaskell/novaposhta-bundle/1.0) |
|
||||
| [byte-artist/menu-bundle](https://packagist.org/packages/byte-artist/menu-bundle) | [0.1](byte-artist/menu-bundle/0.1) |
|
||||
| [cache/adapter-bundle](https://packagist.org/packages/cache/adapter-bundle) | [1.1](cache/adapter-bundle/1.1) |
|
||||
| [cache/cache-bundle](https://packagist.org/packages/cache/cache-bundle) | [1.0](cache/cache-bundle/1.0) |
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"byhaskell/novaposhta-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"byhaskell\\NovaPoshtaBundle\\NovaPoshtaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"NP_API_KEY": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/byhaskell_novaposhta.yaml": {
|
||||
"contents": [
|
||||
"byhaskell_novaposhta:",
|
||||
" # You can create one on the Nova Poshta website at:",
|
||||
" # https://new.novaposhta.ua/dashboard/settings/developers ",
|
||||
" api_key: '%env(NP_API_KEY)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c7206461d9ec2bdc940f38370e7a30adc1f5b392"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"byhaskell/novaposhta-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"byhaskell\\NovaPoshtaBundle\\NovaPoshtaBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"NP_API_KEY": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/byhaskell_novaposhta.yaml": {
|
||||
"contents": [
|
||||
"byhaskell_novaposhta:",
|
||||
" # You can create one on the Nova Poshta website at:",
|
||||
" # https://new.novaposhta.ua/dashboard/settings/developers ",
|
||||
" api_key: '%env(NP_API_KEY)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "c7206461d9ec2bdc940f38370e7a30adc1f5b392"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -224,6 +224,9 @@
|
||||
"bukashk0zzz/liip-imagine-serialization-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"byhaskell/novaposhta-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"byte-artist/menu-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user