mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-22 04:46:23 +03:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"bundles": {
|
|
"Kocal\\OxcBundle\\KocalOxcBundle": ["dev"]
|
|
},
|
|
"copy-from-recipe": {
|
|
".oxfmtrc.json": ".oxfmtrc.json",
|
|
".oxlintrc.json": ".oxlintrc.json",
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"gitignore": [
|
|
"/%BIN_DIR%/oxfmt*",
|
|
"/%BIN_DIR%/oxlint*"
|
|
]
|
|
}
|