Skip to content

Commit

Permalink
Use phpmyadmin/sql-parser, the udan11 one is not maintained
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel authored and cweiske committed Sep 13, 2016
1 parent ea36acb commit 70cb97b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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/


Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -24,7 +24,7 @@
<include name="vendor/composer/*.php"/>
<include name="vendor/pear/console_commandline/Console/**"/>
<include name="vendor/pear/pear_exception/PEAR/**"/>
<include name="vendor/udan11/sql-parser/src/**"/>
<include name="vendor/phpmyadmin/sql-parser/src/**"/>
</fileset>


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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",
Expand Down

0 comments on commit 70cb97b

Please sign in to comment.