summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorRobert Lu <robberphex@gmail.com>2017-11-03 12:27:31 +0800
committerJames E. King III <jking@apache.org>2018-01-16 09:22:42 -0500
commitbfba370bf163425823ce7b660f9d123f5fc67c79 (patch)
tree855803aa8fe2c3cbd91fe9168b0987eefd198e5c /composer.json
parentf64a3fcaf9ae03b94b6b462168eb6f990f71084e (diff)
downloadthrift-bfba370bf163425823ce7b660f9d123f5fc67c79.tar.gz
THRIFT-4459: reduce php library directory depth
Client: php This closes #1471
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index c14dd9911..af0135df4 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": {