Skip to content

Commit

Permalink
remove $ so gitclip works, fix bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Nov 18, 2024
1 parent 2d5ff5f commit 8824980
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 8824980

Please sign in to comment.