From b9b34e9b1167d89c4df8f0abffe31262aebe7a39 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 14 Jun 2017 15:57:11 -0700 Subject: Follows proper autoloading standards (#3123) * Follows proper autoloading standards - Splits PHP classes in descriptor.php into separate files - Splits MapFieldIter and RepeatedFieldIter into separate files - Moves descriptor.php to Internal/functions.php - Moves all namespaced functions into Iternal/functions.php * fixes Makefile.am for added php files * [PHP] moves all functions to GPBUtil * removes description.php from the makefile --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2b04e079..5b6c7ee2 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,6 @@ "psr-4": { "Google\\Protobuf\\Internal\\": "php/src/Google/Protobuf/Internal", "GPBMetadata\\Google\\Protobuf\\Internal\\": "php/src/GPBMetadata/Google/Protobuf/Internal" - }, - "files": [ - "php/src/Google/Protobuf/descriptor.php" - ] + } } } -- cgit v1.2.3