mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* Add softspring user-bundle * Fix softspring user-bundle with blank lines * Add postinstall
11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|
"bundles": {
|
|
"Softspring\\UserBundle\\SfsUserBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "config/",
|
|
"src/": "src/",
|
|
"translations/": "translations/"
|
|
}
|
|
}
|