Skip to content

Commit 70cb97b

Browse files
nijelcweiske
authored andcommitted
Use phpmyadmin/sql-parser, the udan11 one is not maintained
1 parent ea36acb commit 70cb97b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Version 0.1.1, 2016-04-14
9292
Dependencies
9393
============
9494
- PEAR's `Console_Commandline`__
95-
- `udan11's SqlParser`__, which is used by `phpMyAdmin`__
95+
- `phpMyAdmin's SqlParser`__, which is used by `phpMyAdmin`__
9696

9797
__ http://pear.php.net/package/Console_CommandLine
98-
__ https://github.com/udan11/sql-parser
98+
__ https://github.com/phpmyadmin/sql-parser
9999
__ https://www.phpmyadmin.net/
100100

101101

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<include name="vendor/composer/*.php"/>
2525
<include name="vendor/pear/console_commandline/Console/**"/>
2626
<include name="vendor/pear/pear_exception/PEAR/**"/>
27-
<include name="vendor/udan11/sql-parser/src/**"/>
27+
<include name="vendor/phpmyadmin/sql-parser/src/**"/>
2828
</fileset>
2929

3030

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"bin": ["bin/php-sqllint"],
66
"require": {
7-
"udan11/sql-parser": "^3.0",
7+
"phpmyadmin/sql-parser": "^3.0",
88
"pear/console_commandline": "^1.2"
99
},
1010
"homepage": "http://cweiske.de/php-sqllint.htm",

0 commit comments

Comments
 (0)