Add recipe for byhaskell/novaposhta-bundle (#1856)

* Add recipe for byhaskell/novaposhta-bundle

* Add recipe for byhaskell/novaposhta-bundle

* Add recipe for byhaskell/novaposhta-bundle

* Add recipe for byhaskell/novaposhta-bundle

* Add recipe for byhaskell/novaposhta-bundle

* Add recipe for byhaskell/novaposhta-bundle
This commit is contained in:
Oleksandr Kurochka
2025-09-13 09:12:22 +03:00
committed by GitHub
parent d8e3417c38
commit 914532e308
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
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)%'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"byhaskell\\NovaPoshtaBundle\\NovaPoshtaBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"NP_API_KEY": ""
}
}