add missing autoload file item in composer.json
This commit is contained in:
parent
07fcca498d
commit
32dd91bb50
@ -10,7 +10,10 @@
|
|||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"D3\\OxidSqlLogger\\": "./src"
|
"D3\\OxidSqlLogger\\": "./src"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"./src/functions.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user