Add PSR-4 in composer

This commit is contained in:
2021-05-07 11:56:42 +02:00
parent 79c6d2fe50
commit 276a5c4cbd

View File

@@ -16,6 +16,9 @@
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
"Domframework\\": "src/"
},
"exclude-from-classmap": ["/docs/", "/doc/", "/debian/", "/cover/", "/Tests/", "/locale/", "/tools/"]
}
}