From f12ed63bd80f7232a68e90c2613e3798854b1b86 Mon Sep 17 00:00:00 2001 From: Brad Jones Date: Sun, 9 May 2021 20:32:24 -0700 Subject: [PATCH] Update README to reference packagist and replace must also be fully lowercase --- README.md | 19 ++++--------------- composer.json | 2 +- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a174fd8..6a6703d 100644 --- a/README.md +++ b/README.md @@ -6,23 +6,12 @@ This is a Matrix client-server SDK for php 7.0+, mostly copied from [matrix-org/ This package is still a work in progress, and at the current time, not everything has been ported: - Missing E2E encryption, need php bindings for the OLM library - No live sync, because I'm not going to go into php multithreading -- Unit tests for the client (soon) - - +- Unit tests for the client ## Installation -### Stable release - -tba - -### Developement version -```shell -git clone https://github.com/aryess/matrix-php-sdk.git -cd matrix-php-sdk -composer install +``` +composer require aryess/php-matrix-sdk ``` ## Usage @@ -96,4 +85,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio [link-downloads]: https://packagist.org/packages/Aryess/PhpMatrixSdk [link-author]: https://github.com/aryess [link-contributors]: ../../contributors -[python-pck]: https://github.com/matrix-org/matrix-python-sdk \ No newline at end of file +[python-pck]: https://github.com/matrix-org/matrix-python-sdk diff --git a/composer.json b/composer.json index 39773b0..ff7abce 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "replace": { - "Aryess/PhpMatrixSdk": "self.version" + "aryess/phpmatrixsdk": "self.version" }, "require": { "php": "~7.2",