Skip to content

Commit 5b6e9bd

Browse files
committed
Misc: Updated information after transfer from udan11 to phpMyAdmin.
1 parent bccd705 commit 5b6e9bd

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# SQL Parser
22

3-
[![Build Status](https://travis-ci.org/udan11/sql-parser.svg?branch=master)](https://travis-ci.org/udan11/sql-parser)
4-
[![Code Coverage](https://scrutinizer-ci.com/g/udan11/sql-parser/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/udan11/sql-parser/?branch=master)
5-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/udan11/sql-parser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/udan11/sql-parser/?branch=master)
6-
73
A validating SQL lexer and parser with a focus on MySQL dialect.
84

9-
This library was originally developed for phpMyAdmin during the Google Summer of Code 2015.
5+
## Code status
6+
7+
[![Build Status](https://travis-ci.org/phpmyadmin/sql-parser.svg?branch=master)](https://travis-ci.org/phpmyadmin/sql-parser)
8+
[![Code Coverage](https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/?branch=master)
9+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phpmyadmin/sql-parser/?branch=master)
10+
11+
## More information
1012

11-
For more information, please check: [Overview](https://github.com/udan11/sql-parser/wiki/Overview) or the [Examples](https://github.com/udan11/sql-parser/wiki/Examples).
13+
This library was originally during the Google Summer of Code 2015 and has been used by phpMyAdmin since version 4.5.

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
2-
"name": "udan11/sql-parser",
2+
"name": "phpmyadmin/sql-parser",
33
"description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
44
"license": "GPL-2.0+",
55
"keywords": ["sql", "lexer", "parser", "analysis"],
6-
"homepage": "https://github.com/udan11/sql-parser",
7-
"support": {
8-
"issues": "https://github.com/udan11/sql-parser/issues",
9-
"source": "https://github.com/udan11/sql-parser"
10-
},
6+
"homepage": "https://github.com/phpmyadmin/sql-parser",
117
"authors": [
128
{
13-
"name": "Dan Ungureanu",
14-
"email": "[email protected]"
9+
"name": "The phpMyAdmin Team",
10+
"email": "[email protected]",
11+
"homepage": "https://www.phpmyadmin.net/team/"
1512
}
1613
],
14+
"support": {
15+
"issues": "https://github.com/phpmyadmin/sql-parser/issues",
16+
"source": "https://github.com/phpmyadmin/sql-parser"
17+
},
1718
"require": {
1819
"php": ">=5.4.0"
1920
},

0 commit comments

Comments
 (0)