mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 11:56:25 +03:00
* Add recipe for codevenom/fakturownia-bundle 0.1 (#1974) * Fix YAML indentation in codevenom/fakturownia-bundle 0.1 configuration files * Fix trailing newlines in codevenom/fakturownia-bundle 0.1 configuration files * Re-run recipe QA * Re-run recipe QA with latest bundle changes * Re-run recipe QA * Dropped support for symfony 6 due to mcp issues
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"bundles": {
|
|
"Codevenom\\FakturowniaBundle\\CodevenomFakturowniaBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"FAKTUROWNIA_BASE_URL": "https://app.fakturownia.pl",
|
|
"FAKTUROWNIA_API_TOKEN": "",
|
|
"FAKTUROWNIA_SELLER_NAME": "",
|
|
"FAKTUROWNIA_SELLER_TAX_ID": ""
|
|
}
|
|
}
|
|
|