Skip to content

Commit

Permalink
Merge pull request #3 from odolbeau/prepare-release
Browse files Browse the repository at this point in the history
Prepare v2.0 release
  • Loading branch information
Olivier Dolbeau authored Nov 25, 2019
2 parents f4523f9 + b224e22 commit 1052c7d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Changelog
=========

2.0.x-dev
2.0.0
-----

Upcoming release

* Drop support for Symfony < 2.7
* Add support for Symfony 3.4+
* Drop support for PHP 5.3
* Drop support for Symfony < 3.4
* Drop support for PHP < 7.2
* Drop support for JMS Serializer
* Drop support for PHP templates
* Rename `tel_widget` to `phone_number_widget`
* Add services only if relevant (optional) dependencies are available

Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

This bundle integrates [Google's libphonenumber](https://github.com/googlei18n/libphonenumber) into your Symfony application through the [giggsey/libphonenumber-for-php](https://github.com/giggsey/libphonenumber-for-php) port.

# Installation
## Installation

1. Use Composer to download the PhoneNumberBundle:

Expand All @@ -32,8 +32,16 @@ if you're using Symfony Flex, that's all you have to do! Otherwise:
}
```

Usage
-----
### 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:

```diff
- "misd/phone-number-bundle": "^1.3",
+ "odolbeau/phone-number-bundle": "^2.0",
```

## Usage

### Services

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

0 comments on commit 1052c7d

Please sign in to comment.