Skip to content

Commit 081f514

Browse files
committed
PT-896 Change in composer json
1 parent 73209d6 commit 081f514

1 file changed

Lines changed: 3 additions & 26 deletions

File tree

composer.json

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,8 @@
11
{
2-
"name" : "greenlion/php-sql-parser",
2+
"name" : "aitradeinc/php-sql-parser",
33
"type" : "library",
4-
"description" : "A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL",
5-
"keywords" : [
6-
"sql",
7-
"parser",
8-
"creator",
9-
"MySQL"
10-
],
11-
"homepage" : "https://github.com/greenlion/PHP-SQL-Parser",
12-
"license" : "BSD-3-Clause",
13-
"authors" : [{
14-
"name" : "Justin Swanhart",
15-
"email" : "greenlion@gmail.com",
16-
"homepage" : "http://code.google.com/u/greenlion@gmail.com/",
17-
"role" : "Owner"
18-
}, {
19-
"name" : "André Rothe",
20-
"email" : "phosco@gmx.de",
21-
"homepage" : "https://www.phosco.info",
22-
"role" : "Committer"
23-
}
24-
],
25-
"support" : {
26-
"issues" : "https://github.com/greenlion/PHP-SQL-Parser/issues",
27-
"source" : "https://github.com/greenlion/PHP-SQL-Parser"
28-
},
4+
"description" : "A PHP SQL parser",
5+
"license" : "MIT",
296
"autoload" : {
307
"psr-0" : {
318
"PHPSQLParser\\" : "src/"

0 commit comments

Comments
 (0)