mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* Add recipe for lljaworski/ceidg-bundle * Remove redundant .env entry from ceidg-bundle recipe manifest * github pr rerun checks * github pr rerun checks * github pr rerun checks * github pr rerun checks
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"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": ""
|
|
}
|
|
}
|