Skip to content

Commit ce88b27

Browse files
Move to non-deprecated autoloading standard
1 parent 989549a commit ce88b27

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)