diff --git a/misd/phone-number-bundle/1.3/config/packages/misd_phone_number.yaml b/misd/phone-number-bundle/1.3/config/packages/misd_phone_number.yaml index ae476b0c0d..3ed889af7a 100644 --- a/misd/phone-number-bundle/1.3/config/packages/misd_phone_number.yaml +++ b/misd/phone-number-bundle/1.3/config/packages/misd_phone_number.yaml @@ -1,6 +1,6 @@ # To persist libphonenumber\PhoneNumber objects, add the Misd\PhoneNumberBundle\Doctrine\DBAL\Types\PhoneNumberType mapping to your application's config. # This requires: doctrine/doctrine-bundle -doctrine: - dbal: - types: - phone_number: Misd\PhoneNumberBundle\Doctrine\DBAL\Types\PhoneNumberType +# doctrine: +# dbal: +# types: +# phone_number: Misd\PhoneNumberBundle\Doctrine\DBAL\Types\PhoneNumberType diff --git a/misd/phone-number-bundle/1.3/post-install.txt b/misd/phone-number-bundle/1.3/post-install.txt index 87ff177315..6863a929de 100644 --- a/misd/phone-number-bundle/1.3/post-install.txt +++ b/misd/phone-number-bundle/1.3/post-install.txt @@ -1,3 +1,9 @@ + + This bundle is Abandoned: use odolbeau/phone-number-bundle instead + + composer remove misd/phone-number-bundle --no-script + composer require odolbeau/phone-number-bundle + You now can use the phone bundle as described here: https://github.com/misd-service-development/phone-number-bundle#usage