Skip to content

Commit

Permalink
Deprecate misd bundle in favor of odolbeau
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Nov 28, 2019
1 parent 855ff7c commit 63f4e7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions misd/phone-number-bundle/1.3/post-install.txt
Original file line number Diff line number Diff line change
@@ -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-script
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 </>
Expand Down

0 comments on commit 63f4e7b

Please sign in to comment.