From 4d8949b4231dc04809e4d47a1a1a3e5cc8b5d421 Mon Sep 17 00:00:00 2001 From: Messi89 Date: Fri, 24 Feb 2023 19:55:06 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 349bd32..1a38374 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,6 @@ # symfony-intl-infinite-loop-fixer Provider a small fix for Symfony 2.7|2.8 with locale compose from PHP Intl extension. -- Add the GitHub repos to composer repositories -```json -{ - "repositories": [ - { - "url": "https://github.com/messi89/symfony-intl-infinite-loop-fixer", - "type": "git" - } - ] -} -``` - - Install the package ```bash composer require messi89/symfony-intl-infinite-loop-fixer