From fec80affb13b852ac90b6493c4a97c5ee8596890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Thu, 28 Nov 2019 08:16:37 +0100 Subject: [PATCH] Deprecate misd bundle in favor of odolbeau --- .../1.3/config/packages/misd_phone_number.yaml | 8 ++++---- misd/phone-number-bundle/1.3/post-install.txt | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) 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 ae476b0c0..3ed889af7 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 87ff17731..8e6574d37 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-scripts + 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