Add documentation on installing via composer master github/master
authorasrar <aszenz@gmail.com>
Sat, 15 Aug 2020 07:42:41 +0000 (13:12 +0530)
committerGitHub <noreply@github.com>
Sat, 15 Aug 2020 07:42:41 +0000 (09:42 +0200)
originally i thought this package wasn't hosted on composer, added this for documentation

ChangeLog
README.rst
VERSION

index 5f1809d36c900652fde0f3a69595aef8d72e33ea..ec478a81f191ccba8f138571aeb91db90f02b394 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-14  Christian Weiske  <cweiske@cweiske.de>
+
+       * Fix reported error position in SQL with unicode characters (#14)
+       * Release 0.2.3
+
 2018-03-02  Christian Weiske  <cweiske@cweiske.de>
 
        * Fix autoloading on composer installation
index 69b6046f854ae87b309906baf8baab756573c727..29c0e007367c3c3990a3f4c46db6f36ff318d4e3 100644 (file)
@@ -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
 ========
diff --git a/VERSION b/VERSION
index ee1372d33a29e27945406f0527f8af8e6ee119c9..7179039691ce07a214e7a815893fee97a97b1422 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2.2
+0.2.3