aboutsummaryrefslogtreecommitdiff
path: root/php/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'php/composer.json')
-rw-r--r--php/composer.json14
1 files changed, 4 insertions, 10 deletions
diff --git a/php/composer.json b/php/composer.json
index 3dae2865..34e0447c 100644
--- a/php/composer.json
+++ b/php/composer.json
@@ -13,15 +13,9 @@
},
"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"
- },
- "files": [
- "src/Google/Protobuf/descriptor.php"
- ]
+ "Google\\Protobuf\\": "src/Google/Protobuf",
+ "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf",
+ "": "tests/generated"
+ }
}
}