Skip to content

Commit

Permalink
Merge pull request #181 from tacman/patch-1
Browse files Browse the repository at this point in the history
remove $ so gitclip works, fix bundle version
  • Loading branch information
odolbeau authored Nov 18, 2024
2 parents 2d5ff5f + 8824980 commit babf222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This bundle integrates [Google's libphonenumber](https://github.com/googlei18n/l
1. Use Composer to download the PhoneNumberBundle:

```bash
$ composer require odolbeau/phone-number-bundle
composer require odolbeau/phone-number-bundle
```

if you're using Symfony Flex, that's all you have to do! Otherwise:
Expand All @@ -43,7 +43,7 @@ Update your composer.json:

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

Then run `composer update misd/phone-number-bundle odolbeau/phone-number-bundle`.
Expand Down

0 comments on commit babf222

Please sign in to comment.