add missing autoload file item in composer.json

This commit is contained in:
Daniel Seifert 2020-05-01 22:26:26 +02:00
parent 07fcca498d
commit 491ceeac5a
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@
"autoload": {
"psr-4": {
"D3\\OxidSqlLogger\\": "./src"
}
},
"files": [
"./src/functions.php"
]
},
"authors": [
{