You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
765 B

{
"name": "jdorn/sql-formatter",
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/jdorn/sql-formatter/",
"keywords": ["sql", "highlight"],
"minimum-stability": "dev",
"license": "MIT",
"type": "library",
"require": {
"php": ">=5.2.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"homepage": "http://jeremydorn.com/"
}
],
"autoload": {
"classmap": ["lib"]
},
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"bin": ["bin/sql-formatter"]
}