Add VERSION and composer.lock file, update readme, release 0.1.3
[php-sqllint.git] / README.rst
index 1af5b03f308d0522622f1b32d317fd2af5bccaad..69b6046f854ae87b309906baf8baab756573c727 100644 (file)
@@ -65,9 +65,9 @@ Bugs
 ====
 Does ``php-sqllint`` not detect a syntax error, or doesn't support a certain
 SQL statement?
-Then please report a bug at `udan11/sql-parser`__.
+Then please report a bug at `phpmyadmin/sql-parser`__.
 
-__ https://github.com/udan11/sql-parser
+__ https://github.com/phpmyadmin/sql-parser
 
 
 ========
@@ -76,27 +76,20 @@ Download
 The download files are equipped with all dependencies.
 Just download and run.
 
-Version 0.1.0, 2015-12-21
+.. LATESTRELEASE
 
-- `php-sqllint-0.1.0.bz2.phar <http://cweiske.de/download/php-sqllint/php-sqllint-0.1.0.bz2.phar>`__
-
-  - 178 kiB
-  - SHA256: ``d04c62c4516d0d26a4fe84a33690c0ac04b7a8aa98f9a019d5bd911eff8f7fdf``
-- `php-sqllint-0.1.0.phar <http://cweiske.de/download/php-sqllint/php-sqllint-0.1.0.phar>`__
-
-  - 621 kiB
-  - SHA256: ``b68da880cef475abdbc4bcb0918a2dafc4f893727e3e1290172aad94b9409480``
+See `php-sqllint downloads page <http://cweiske.de/php-sqllint-download.htm>`_
+for all released versions.
 
 
 ============
 Dependencies
 ============
 - PEAR's `Console_Commandline`__
-- `udan11's SqlParser`__, which is used by `phpMyAdmin`__
+- `phpMyAdmin's SqlParser`__
 
 __ http://pear.php.net/package/Console_CommandLine
-__ https://github.com/udan11/sql-parser
-__ https://www.phpmyadmin.net/
+__ https://github.com/phpmyadmin/sql-parser
 
 
 Dependency installation