Skip to content

Commit aaab6ce

Browse files
committed
fix: use psr-4 autoloader instead of psr-0
1 parent 831f96a commit aaab6ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"autoload": {
22-
"psr-0": {
22+
"psr-4": {
2323
"Cbws\\Grpc\\": "src/"
2424
}
2525
}

0 commit comments

Comments
 (0)