Configuration for nicohaase/twig-isbn-formatter

This commit is contained in:
Nico Haase
2019-05-18 22:49:47 +02:00
parent d529b382d4
commit 01b53a6ab5
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
services:
_defaults:
public: false
autowire: true
autoconfigure: true
NicoHaase\TwigIsbnFormatter\IsbnFormatterExtension: ~

View File

@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}