From 36fc0d44f1d16dc1001d05ae1140112cf314e55d Mon Sep 17 00:00:00 2001 From: ragulka Date: Tue, 23 Jul 2024 11:26:16 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index c70e524..c746f79 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,7 @@ Aviary uses PHP Scoper under the hood, but it solves the above problems: ## Installation -Until/if we can package this, and until we tag a release, you will -need to edit your project `composer.json` as follows: +Until/if we tag a release, you will need to edit your project `composer.json` as follows: ```json { @@ -61,12 +60,6 @@ need to edit your project `composer.json` as follows: "kestrelwp/aviary": true } }, - "repositories": [ - { - "type": "vcs", - "url": "git@github.com:kestrelwp/aviary.git" - } - ] } ```