From: asrar <aszenz@gmail.com> Date: Sat, 15 Aug 2020 07:42:41 +0000 (+0530) Subject: Add documentation on installing via composer X-Git-Url: https://git.cweiske.de/php-sqllint.git/commitdiff_plain/7600a99035efec8fcd9b7018d9d3454948a29be3 Add documentation on installing via composer originally i thought this package wasn't hosted on composer, added this for documentation --- diff --git a/README.rst b/README.rst index 69b6046..29c0e00 100644 --- a/README.rst +++ b/README.rst @@ -70,6 +70,12 @@ Then please report a bug at `phpmyadmin/sql-parser`__. __ https://github.com/phpmyadmin/sql-parser +====================== +Install using composer +====================== +Run ``composer require cweiske/php-sqllint``, the package is hosted on `packagist <https://packagist.org/packages/cweiske/php-sqllint>`__ + + ======== Download ========