mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"byhaskell/novaposhta-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"byhaskell\\NovaPoshtaBundle\\ByhaskellNovaPoshtaBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"NP_API_KEY": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/byhaskell_nova_poshta.yaml": {
|
|
"contents": [
|
|
"byhaskell_nova_poshta:",
|
|
" # 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": "71825f3a8e94542e3183eab96ee333721978b3f7"
|
|
}
|
|
}
|
|
}
|