From a5f021dcf1491be077ce569ba00f9d9b88a1f243 Mon Sep 17 00:00:00 2001 From: Rick Lambrechts Date: Thu, 16 Jan 2025 20:56:27 +0100 Subject: [PATCH] Update installation instruction in readme --- README.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/README.md b/README.md index 7f48985..f4f77cc 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,7 @@ library, but includes some unique features like delegates. ## Installation -Install the package through composer. Since this is currently a private package, you must -enable the repository in your `composer.json` file: - -```json -{ - "repositories": { - "minvws/codable": { - "type": "vcs", - "url": "git@github.com:minvws/icore-php-codable" - } - } -} -``` - -After that, you can install the package: +You can install the package via composer: ```shell composer require minvws/codable