HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content/plugins/wpdatatables/lib/greenlion/php-sql-parser/
Upload File :
Current File : /home/otwalrll/.trash/wp-content/plugins/wpdatatables/lib/greenlion/php-sql-parser/composer.json
{
	"name" : "greenlion/php-sql-parser",
	"type" : "library",
	"description" : "A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL",
	"keywords" : [
		"sql",
		"parser",
		"creator",
		"MySQL"
	],
	"homepage" : "https://github.com/greenlion/PHP-SQL-Parser",
	"license" : "BSD-3-Clause",
	"authors" : [{
			"name" : "Justin Swanhart",
			"email" : "greenlion@gmail.com",
			"homepage" : "http://code.google.com/u/greenlion@gmail.com/",
			"role" : "Owner"
		}, {
			"name" : "André Rothe",
			"email" : "phosco@gmx.de",
			"homepage" : "https://www.phosco.info",
			"role" : "Committer"
		}
	],
	"support" : {
		"issues" : "https://github.com/greenlion/PHP-SQL-Parser/issues",
		"source" : "https://github.com/greenlion/PHP-SQL-Parser"
	},
	"autoload" : {
		"psr-0" : {
			"PHPSQLParser\\" : "src/"
		}
	},
	"autoload-dev" : {
		"psr-4" : {
			"PHPSQLParser\\Test\\" : "tests/cases/"
		}
	},
	"require" : {
		"php" : ">=5.3.2",
		"analog/analog" : "^1.0.6"
	},
	"require-dev" : {
		"squizlabs/php_codesniffer" : "^1.5.1",
		"phpunit/phpunit" : "^4.0.14"
	}
}