File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ Version 0.1.1, 2016-04-14
92
92
Dependencies
93
93
============
94
94
- PEAR's `Console_Commandline `__
95
- - `udan11 's SqlParser `__, which is used by `phpMyAdmin `__
95
+ - `phpMyAdmin 's SqlParser `__, which is used by `phpMyAdmin `__
96
96
97
97
__ http://pear.php.net/package/Console_CommandLine
98
- __ https://github.com/udan11 /sql-parser
98
+ __ https://github.com/phpmyadmin /sql-parser
99
99
__ https://www.phpmyadmin.net/
100
100
101
101
Original file line number Diff line number Diff line change 24
24
<include name =" vendor/composer/*.php" />
25
25
<include name =" vendor/pear/console_commandline/Console/**" />
26
26
<include name =" vendor/pear/pear_exception/PEAR/**" />
27
- <include name =" vendor/udan11 /sql-parser/src/**" />
27
+ <include name =" vendor/phpmyadmin /sql-parser/src/**" />
28
28
</fileset >
29
29
30
30
Original file line number Diff line number Diff line change 4
4
"type" : " project" ,
5
5
"bin" : [" bin/php-sqllint" ],
6
6
"require" : {
7
- "udan11 /sql-parser" : " ^3.0" ,
7
+ "phpmyadmin /sql-parser" : " ^3.0" ,
8
8
"pear/console_commandline" : " ^1.2"
9
9
},
10
10
"homepage" : " http://cweiske.de/php-sqllint.htm" ,
You can’t perform that action at this time.
0 commit comments