Skip to content

Commit

Permalink
Merge pull request #10 from odolbeau/prepare-release
Browse files Browse the repository at this point in the history
Prepare relase v3.0.0
  • Loading branch information
Olivier Dolbeau authored Nov 26, 2019
2 parents 9079b11 + 40f956d commit aa996f8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

3.0.0
-----

26 November 2019

* Remove symfony/templating
* Remove deprecated DIC paremeters & aliases

2.0.2
-----

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
"dev-master": "4.0.x-dev"
}
}
}

0 comments on commit aa996f8

Please sign in to comment.