aboutsummaryrefslogtreecommitdiff
path: root/php/composer.json
diff options
context:
space:
mode:
authormichaelbausor <michaelbausor@google.com>2017-08-04 16:35:22 -0700
committerPaul Yang <TeBoring@users.noreply.github.com>2017-08-04 16:35:22 -0700
commit21b0e5587c01948927ede9be789671ff116b7ad4 (patch)
tree8bb156c68677804739e65c3b4ee6cd9f891797f2 /php/composer.json
parent1ab5adbdec4d6487c8e6f230138092d27d6a0818 (diff)
downloadprotobuf-21b0e5587c01948927ede9be789671ff116b7ad4.tar.gz
protobuf-21b0e5587c01948927ede9be789671ff116b7ad4.tar.bz2
protobuf-21b0e5587c01948927ede9be789671ff116b7ad4.zip
Update PHP descriptors (#3391)
* Add descriptors test * Update descriptors tests * Add public descriptors * Add test_desriptors.proto to test script * Update composer files * Remove references to GPBType, update tests to be compatible with c * Update for c extension compatibility * Remove nested enums for descriptor, update tests * Strip leading '.' from descriptor name * Update tests with test for getClass, fix OneofDescriptor * Add new files to Makefile.am
Diffstat (limited to 'php/composer.json')
-rw-r--r--php/composer.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/php/composer.json b/php/composer.json
index 724a45dd..34e0447c 100644
--- a/php/composer.json
+++ b/php/composer.json
@@ -13,12 +13,8 @@
},
"autoload": {
"psr-4": {
- "Foo\\": "tests/generated/Foo",
- "Bar\\": "tests/generated/Bar",
- "Google\\Protobuf\\": "tests/generated/Google/Protobuf",
- "Google\\Protobuf\\Internal\\": "src/Google/Protobuf/Internal",
- "GPBMetadata\\": "tests/generated/GPBMetadata",
- "GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Protobuf/Internal",
+ "Google\\Protobuf\\": "src/Google/Protobuf",
+ "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf",
"": "tests/generated"
}
}