This commit is contained in:
Soner Sayakci 2018-03-20 19:30:33 +01:00
parent 04b726e5ed
commit 1a9c2ed281
No known key found for this signature in database
GPG Key ID: 3909F50C7C6D1C72
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
"doctrine/dbal": "^2.5"
},
"autoload": {
"psr-0": {
"Shyim\\DatabaseStructBuilder": "src"
"psr-4": {
"Shyim\\DatabaseStructBuilder\\": "src"
}
}
}