mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Deprecate misd bundle in favor of odolbeau
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 </>
|
||||
|
||||
Reference in New Issue
Block a user