Deprecate misd bundle in favor of odolbeau

This commit is contained in:
Jérémy Derussé
2019-11-28 08:16:37 +01:00
parent 855ff7c175
commit fec80affb1
2 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -1,3 +1,9 @@
<bg=yellow></>
<bg=yellow> This bundle is Abandoned: use odolbeau/phone-number-bundle instead </>
composer remove misd/phone-number-bundle --no-scripts
composer require odolbeau/phone-number-bundle
<bg=green;fg=white></>
<bg=green;fg=white> You now can use the phone bundle as described here: </>
<bg=green;fg=white> https://github.com/misd-service-development/phone-number-bundle#usage </>