From: Michal Čihař Date: Tue, 13 Sep 2016 11:19:48 +0000 (+0200) Subject: Use phpmyadmin/sql-parser, the udan11 one is not maintained X-Git-Tag: v0.1.3~2 X-Git-Url: https://git.cweiske.de/php-sqllint.git/commitdiff_plain/70cb97b9ab966f086b89740a4ca31a44b4832dd2 Use phpmyadmin/sql-parser, the udan11 one is not maintained --- diff --git a/README.rst b/README.rst index 6444362..90b2183 100644 --- a/README.rst +++ b/README.rst @@ -92,10 +92,10 @@ Version 0.1.1, 2016-04-14 Dependencies ============ - PEAR's `Console_Commandline`__ -- `udan11's SqlParser`__, which is used by `phpMyAdmin`__ +- `phpMyAdmin's SqlParser`__, which is used by `phpMyAdmin`__ __ http://pear.php.net/package/Console_CommandLine -__ https://github.com/udan11/sql-parser +__ https://github.com/phpmyadmin/sql-parser __ https://www.phpmyadmin.net/ diff --git a/build.xml b/build.xml index ab4b190..73ce26e 100644 --- a/build.xml +++ b/build.xml @@ -24,7 +24,7 @@ - + diff --git a/composer.json b/composer.json index 2b8c52d..9817169 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "project", "bin": ["bin/php-sqllint"], "require": { - "udan11/sql-parser": "^3.0", + "phpmyadmin/sql-parser": "^3.0", "pear/console_commandline": "^1.2" }, "homepage": "http://cweiske.de/php-sqllint.htm",