Add endroid/pdf recipe

This commit is contained in:
endroid
2018-01-11 22:12:58 +00:00
parent 72b942fada
commit 3ce0a67399
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,7 @@
services:
_defaults:
autowire: true
autoconfigure: true
public: false
Endroid\Pdf\Pdf: ~
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}