42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "doctrine/sql-formatter",
|
|
"description": "a PHP SQL highlighting library",
|
|
"homepage": "https://github.com/doctrine/sql-formatter/",
|
|
"keywords": ["sql", "highlight"],
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"require": {
|
|
"php": "^8.1"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^12",
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpunit": "^10.5",
|
|
"vimeo/psalm": "^5.24"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jeremy Dorn",
|
|
"email": "jeremy@jeremydorn.com",
|
|
"homepage": "https://jeremydorn.com/"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\SqlFormatter\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Doctrine\\SqlFormatter\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"bin": ["bin/sql-formatter"]
|
|
}
|