From 882498072443366f93bf4faac0fb97084d138030 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Mon, 18 Nov 2024 06:05:07 -0500 Subject: [PATCH] remove $ so gitclip works, fix bundle version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7ec2eec..53fbafac 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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`.