oxid-sql-logger/composer.json

31 lines
767 B
JSON

{
"name": "d3/oxid-sql-logger",
"description": "Returns all SQL queries in the browser.",
"type": "library",
"require": {
"monolog/monolog": "^1",
"nilportugues/sql-query-formatter": "^1.2.2",
"firephp/firephp-core": "^0.5.3"
},
"license": "GPL-3.0",
"autoload": {
"psr-4": {
"D3\\OxidSqlLogger\\": "./src"
},
"files": [
"./src/functions.php"
]
},
"authors": [
{
"name": "Tobias Matthaiou",
"email": "developer@tobimat.eu"
},
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de"
}
]
}