Skip to content

Commit c49b2ec

Browse files
committed
Merge pull request KnpLabs#287 from GrahamForks/patch-1
Move to non-deprecated autoloading standard
2 parents 989549a + ce88b27 commit c49b2ec

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
@@ -28,7 +28,7 @@
2828
"knplabs/gaufrette": "Needed for optional Gaufrette cache"
2929
},
3030
"autoload": {
31-
"psr-0": { "Github\\": "lib/" }
31+
"psr-4": { "Github\\": "lib/Github/" }
3232
},
3333
"extra": {
3434
"branch-alias": {

0 commit comments

Comments
 (0)