oxid-sql-logger/composer.json

29 regels
625 B
JSON

{
"name": "tumtum/oxid-sql-logger",
"description": "Returns all SQL queries in the browser.",
"type": "library",
"require": {
"monolog/monolog": "^1"
},
"require-dev": {
"phpspec/phpspec": "^4",
"doctrine/dbal": "^2.5",
"bovigo/assert": "^2"
},
"license": "GPL-3.0",
"autoload": {
"psr-4": {
"tm\\oxid\\sql\\logger\\": "./src"
},
"files": [
"./src/functions.php"
]
},
"authors": [
{
"name": "Tobias Matthaiou",
"email": "developer@tobimat.eu"
}
]
}