Merge pull request #30 from javiereguiluz/phone-number-bundle

This commit is contained in:
Symfony
2017-05-14 05:24:18 -07:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
doctrine:
dbal:
types:
phone_number: Misd\PhoneNumberBundle\Doctrine\DBAL\Types\PhoneNumberType
@@ -0,0 +1,8 @@
{
"bundles": {
"Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
}
}