THRIFT-4459: reduce php library directory depth
Client: php

This closes #1471
diff --git a/composer.json b/composer.json
index c14dd99..af0135d 100644
--- a/composer.json
+++ b/composer.json
@@ -22,10 +22,10 @@
         "phpunit/phpunit": "~4.8.36"
     },
     "autoload": {
-        "psr-4": {"Thrift\\": "lib/php/lib/Thrift/"}
+        "psr-4": {"Thrift\\": "lib/php/lib/"}
     },
     "autoload-dev": {
-        "psr-4": {"Test\\Thrift\\": "lib/php/test/Test/Thrift/"}
+        "psr-4": {"Test\\Thrift\\": "lib/php/test/"}
     },
     "minimum-stability": "dev",
     "extra": {