From 4cb113a91b180559f0eedbca0244ef1181a7204c Mon Sep 17 00:00:00 2001 From: NicklasWallgren Date: Wed, 28 Dec 2016 22:33:36 +0100 Subject: Fixed issue with autoloading - Invalid paths (#2538) --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2833f0a2..2b04e079 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ }, "autoload": { "psr-4": { - "Google\\Protobuf\\Internal\\": "src/Google/Protobuf/Internal", - "GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Protobuf/Internal" + "Google\\Protobuf\\Internal\\": "php/src/Google/Protobuf/Internal", + "GPBMetadata\\Google\\Protobuf\\Internal\\": "php/src/GPBMetadata/Google/Protobuf/Internal" }, "files": [ - "src/Google/Protobuf/descriptor.php" + "php/src/Google/Protobuf/descriptor.php" ] } } -- cgit v1.2.3