Skip to content

Commit 33ca848

Browse files
author
markus-moser
committed
[COMPOSER] remove Pimcore namepspace from autoloading
1 parent d85da89 commit 33ca848

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
},
2121
"autoload": {
2222
"psr-4": {
23-
"CustomerManagementFrameworkBundle\\": "src/",
24-
"Pimcore\\": "core-extension/Pimcore/"
23+
"CustomerManagementFrameworkBundle\\": "src/"
2524
},
2625
"exclude-from-classmap": [
2726
"frontend/",

0 commit comments

Comments
 (0)