Merge pull request #82 from DerStoffel/master

This commit is contained in:
Symfony
2017-09-16 08:58:36 -07:00
committed by GitHub
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,4 @@
doctrine:
dbal:
types:
uuid: Ramsey\Uuid\Doctrine\UuidType
+5
View File
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}