change composer.json in master branch
This commit is contained in:
parent
6d255fa6c9
commit
e9310cda53
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "tumtum/oxid-sql-logger",
|
"name": "d3/oxid-sql-logger",
|
||||||
"description": "Returns all SQL queries in the browser.",
|
"description": "Returns all SQL queries in the browser.",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
@ -8,7 +8,7 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"tm\\oxid\\sql\\logger\\": "./src"
|
"D3\\OxidSqlLogger\\": "./src"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./src/functions.php"
|
"./src/functions.php"
|
||||||
@ -18,6 +18,11 @@
|
|||||||
{
|
{
|
||||||
"name": "Tobias Matthaiou",
|
"name": "Tobias Matthaiou",
|
||||||
"email": "developer@tobimat.eu"
|
"email": "developer@tobimat.eu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
||||||
|
"email": "info@shopmodule.com",
|
||||||
|
"homepage": "http://www.d3data.de"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user