summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
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": {