File: /home/undanet/www/PortalEmpleo/vendor/doctrine/sql-formatter/composer.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": "^7.1 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4"
},
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"homepage": "http://jeremydorn.com/"
}
],
"autoload": {
"psr-4": {
"Doctrine\\SqlFormatter\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Doctrine\\SqlFormatter\\Tests\\": "tests"
}
},
"config": {
"sort-packages": true,
"platform": {
"php": "7.1.0"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"bin": ["bin/sql-formatter"]
}