Add KNPLabs Dictionary bundle recipe

This commit is contained in:
pedro
2018-01-31 18:58:29 +01:00
parent ebf15bb958
commit 3ab7da23bd
2 changed files with 25 additions and 0 deletions
@@ -0,0 +1,17 @@
knp_dictionary:
dictionaries: []
# Examples
# knp_dictionary:
# dictionaries:
# my_dictionary:
# type: 'key_value'
# content:
# "foo": "foo_value"
# "bar": "bar_value"
# "baz": "baz_value"
# my_callable_dictionary:
# type: 'callable'
# service: 'app.service.id'
# method: 'getSomething'
@@ -0,0 +1,8 @@
{
"bundles": {
"Knp\\DictionaryBundle\\KnpDictionaryBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}