From bfba370bf163425823ce7b660f9d123f5fc67c79 Mon Sep 17 00:00:00 2001 From: Robert Lu Date: Fri, 3 Nov 2017 12:27:31 +0800 Subject: THRIFT-4459: reduce php library directory depth Client: php This closes #1471 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') 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": { -- cgit v1.2.1