Compare commits

...

1 Commits
1.2.0 ... 1.2.1

Author SHA1 Message Date
Daniel Seifert 491ceeac5a
add missing autoload file item in composer.json 2020-05-01 22:26:26 +02:00
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": [
{