psr4 usage

This commit is contained in:
Yuri Kuznetsov
2021-06-26 18:58:32 +03:00
parent 21fe26d042
commit 03f3e4595e
+8 -4
View File
@@ -45,10 +45,14 @@
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-0": {
"": "application/",
"tests": "",
"Espo\\Custom": "custom/"
"psr-4": {
"Espo\\": "application/Espo/",
"Espo\\Custom\\": "custom/Espo/Custom/"
}
},
"autoload-dev": {
"psr-4": {
"tests\\": "tests/"
}
},
"repositories": [