Skip to content

Commit f5f8c17

Browse files
Composer autoload fixed
1 parent 4b39b10 commit f5f8c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"php": ">=5.3.3"
1818
},
1919
"autoload": {
20-
"psr-0": { "Geolocation": "src/JeroenDesloovere/Geolocation/" }
20+
"psr-4": { "JeroenDesloovere\\": "src/JeroenDesloovere" }
2121
}
2222
}

0 commit comments

Comments
 (0)