30 lines
700 B
JSON
30 lines
700 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|