From 280461236cbdc6c79de41bc5f3db8b82221865b1 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 19 Dec 2015 14:28:38 +0100 Subject: [PATCH] update composer.json --- composer.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/composer.json b/composer.json index 6dcd292..2b8c52d 100644 --- 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": "cweiske@cweiske.de", + "homepage": "http://cweiske.de/" + } + ], + "support": { + "issues": "https://github.com/cweiske/php-sqllint/issues" } } -- 2.30.2