Skip to content
Snippets Groups Projects
Commit 7cdbf57c authored by Marc Egger's avatar Marc Egger
Browse files

adapt class paths in composer.json to the newly refactored folder names

parent e7515bac
No related branches found
No related tags found
1 merge request!117B7455 php unit tests fail
Pipeline #1156 failed
......@@ -8,15 +8,15 @@
"autoload": {
"psr-4": {
"qfq\\": ["qfq/",
"qfq/api/",
"qfq/external/",
"qfq/qfq/",
"qfq/qfq/database/",
"qfq/qfq/exceptions/",
"qfq/qfq/form/",
"qfq/qfq/helper/",
"qfq/qfq/report/",
"qfq/qfq/store/"]
"Source/api/",
"Source/external/",
"Source/core/",
"Source/core/database/",
"Source/core/exceptions/",
"Source/core/form/",
"Source/core/helper/",
"Source/core/report/",
"Source/core/store/"]
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment