aboutsummaryrefslogtreecommitdiff
path: root/php/composer.json
diff options
context:
space:
mode:
authorBrent Shaffer <betterbrent@google.com>2017-06-14 15:57:11 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2017-06-14 15:57:11 -0700
commitb9b34e9b1167d89c4df8f0abffe31262aebe7a39 (patch)
tree90bd518f966f24ea48fe2472e68409868501abfa /php/composer.json
parent09d2994b1f68160508d9188f9bdb1a2a3b527e1e (diff)
downloadprotobuf-b9b34e9b1167d89c4df8f0abffe31262aebe7a39.tar.gz
protobuf-b9b34e9b1167d89c4df8f0abffe31262aebe7a39.tar.bz2
protobuf-b9b34e9b1167d89c4df8f0abffe31262aebe7a39.zip
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
Diffstat (limited to 'php/composer.json')
-rw-r--r--php/composer.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/php/composer.json b/php/composer.json
index 32b0f44c..724a45dd 100644
--- a/php/composer.json
+++ b/php/composer.json
@@ -20,9 +20,6 @@
"GPBMetadata\\": "tests/generated/GPBMetadata",
"GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Protobuf/Internal",
"": "tests/generated"
- },
- "files": [
- "src/Google/Protobuf/descriptor.php"
- ]
+ }
}
}