Skip to content

Commit 3a382b1

Browse files
author
Ruslan Yarullin
committed
fixing directory names for psr-4 autoloading
1 parent 0e9ff6e commit 3a382b1

36 files changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"phpunit/phpunit": "^5.7"
2525
},
2626
"autoload": {
27-
"classmap": [
28-
"lib/"
29-
],
27+
"psr-4": {
28+
"Zxing\\": "lib/"
29+
},
3030
"files": [
31-
"lib/common/customFunctions.php"
31+
"lib/Common/customFunctions.php"
3232
]
3333
}
3434
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)