git.cweiske.de
/
php-sqllint.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dacd0
)
update composer.json
author
Christian Weiske
<
[email protected]
>
Sat, 19 Dec 2015 13:28:38 +0000
(14:28 +0100)
committer
Christian Weiske
<
[email protected]
>
Sat, 19 Dec 2015 13:28:38 +0000
(14:28 +0100)
composer.json
patch
|
blob
|
history
diff --git
a/composer.json
b/composer.json
index 6dcd2922bb11a20c16153a7a9a9ea96a9be9935f..2b8c52d21cbd77a0d3bdee1a7e0d1f50f9bf8e08 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-1,6
+1,22
@@
{
+ "name": "cweiske/php-sqllint",
+ "description": "Command line tool to validate (syntax check) SQL files",
+ "type": "project",
+ "bin": ["bin/php-sqllint"],
"require": {
"udan11/sql-parser": "^3.0",
"pear/console_commandline": "^1.2"
+ },
+ "homepage": "http://cweiske.de/php-sqllint.htm",
+ "license": "AGPL-3.0",
+ "authors": [
+ {
+ "name": "Christian Weiske",
+ "email": "
[email protected]
",
+ "homepage": "http://cweiske.de/"
+ }
+ ],
+ "support": {
+ "issues": "https://github.com/cweiske/php-sqllint/issues"
}
}