Skip to content

Commit 44c184a

Browse files
committed
Fixed composer json for the autoloading of PHP 5.5 and lower
1 parent 7661adc commit 44c184a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"suggest": {
1919
"ext-exif": "Auto-rotate jpeg files"
2020
},
21-
"autoload": {
22-
"classmap": ["lib"]
21+
"autoload" : {
22+
"psr-4": {
23+
"Eventviva\\":"lib/"
24+
}
2325
}
2426
}

0 commit comments

Comments
 (0)