Add support for Roukmoute Hashids bundle

This commit is contained in:
Mathias STRASSER
2018-03-02 14:06:25 +01:00
parent 454bb766a0
commit f8494ab70b
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Read the documentation: https://github.com/roukmoute/HashidsBundle/blob/master/README.md
roukmoute_hashids:
salt: 'change me'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Roukmoute\\HashidsBundle\\RoukmouteHashidsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}