Add sensiolabs/ansi-to-html recipe

This commit is contained in:
Maxime Hélias
2020-11-14 19:00:01 +01:00
parent af59c6fed6
commit 2d451ccdb5
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
services:
_defaults:
autowire: true
autoconfigure: true
SensioLabs\AnsiConverter\Bridge\Twig\AnsiExtension: null

View File

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