Skip to content

Commit dcfae85

Browse files
committed
composer autoload fix
1 parent e4f2a26 commit dcfae85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skoniks/php_cent",
3-
"description": "Centrifuge (Centrifugo) [1.6+] PHP Server REDIS & HTTP API implementation for Laravel 5+",
3+
"description": "Centrifugo (Centrifuge) [1.6+] PHP Server REDIS & HTTP API implementation for Laravel 5+",
44
"keywords": ["laravel", "centrifuge", "centrifugo", "php"],
55
"license": "MIT",
66
"authors": [
@@ -17,7 +17,7 @@
1717
},
1818
"autoload": {
1919
"psr-4": {
20-
"SKONIKS\\Centrifuge\\": "src/"
20+
"SKONIKS\\Centrifugo\\": "src/"
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)