From 1abb9f8bf57425f2b32e80790ad9a6fa62288138 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Tue, 30 Mar 2021 17:47:12 -0300 Subject: [PATCH] Fixed Packagist --- Readme.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/Readme.md b/Readme.md index 743c17e..3a1dba9 100644 --- a/Readme.md +++ b/Readme.md @@ -8,20 +8,10 @@ I wrote this project because I had a hard time finding any alternative to handli ## Installation -Use [composer] with the git repository `https://github.com/Aldarien/events` (don't have [Packagist] setup correctly). +Use [composer]. ``` -{ - "require": { - "aldarien/events": "~1" - }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/Aldarien/events" - } - ] -} +composer require aldarien/events ``` ## Use @@ -108,4 +98,3 @@ Take note of the last lines where the message received by the **app** needs an a [Slim]: https://slimframework.com [PHP-DI]: https://php-di.org/ [composer]: https://getcomposer.org -[Packagist]: https://packagist.org