29 regels
670 B
JSON
29 regels
670 B
JSON
{
|
|
"name": "d3/oxid-sql-logger",
|
|
"description": "Returns all SQL queries in the browser.",
|
|
"type": "library",
|
|
"require": {
|
|
"monolog/monolog": "^1"
|
|
},
|
|
"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": "http://www.d3data.de"
|
|
}
|
|
]
|
|
}
|