diff --git a/CHANGELOG.md b/CHANGELOG.md index a4b615f6..35888213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +3.0.0 +----- + +26 November 2019 + +* Remove symfony/templating +* Remove deprecated DIC paremeters & aliases + 2.0.2 ----- diff --git a/README.md b/README.md index 18980f74..e0b327a3 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,19 @@ if you're using Symfony Flex, that's all you have to do! Otherwise: ### Update from `misd/phone-number-bundle` -The update from `misd/phone-number-bundle` to `odolbeau/phone-number-bundle` should be really easy. Just update your composer.json: +The update from `misd/phone-number-bundle` to `odolbeau/phone-number-bundle` should be really easy. + +Update your composer.json: ```diff - "misd/phone-number-bundle": "^1.3", -+ "odolbeau/phone-number-bundle": "^2.0", ++ "odolbeau/phone-number-bundle": "^3.0", ``` Then run `composer update misd/phone-number-bundle odolbeau/phone-number-bundle`. If you're using Symfony Flex, your configuration `config/packages/misd_phone_number.yaml` have been removed. **DO NOT REMOVE IT!** +If you're using a container paremeter or alias defined by `misd/phone-number-bundle` you can use `"odolbeau/phone-number-bundle": "^2.0"` until your project is cleaned. ## Usage diff --git a/composer.json b/composer.json index 0fa8c7de..8313d68c 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0.x-dev" } } }