diff --git a/composer.json b/composer.json index 466b2b7..e4ba17e 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ "php": ">=5.5.0" }, "autoload": { - "psr-0": { - "Thrift": "lib" + "psr-4": { + "Thrift\\": "lib" } } }