diff options
author | Stanley Cheung <stanleycheung@google.com> | 2017-01-31 20:29:17 -0800 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2017-01-31 20:29:17 -0800 |
commit | c290c115fadfe1ae0bdbbadd756f3f5962b0fc6d (patch) | |
tree | 539c75ea7e8fa8b96101d1e5879fc36860c6c51f /templates/src/php | |
parent | 7b005f7fddb0ce158c55bb804fe5811a096f1ae0 (diff) |
PHP: update examples
Diffstat (limited to 'templates/src/php')
-rw-r--r-- | templates/src/php/composer.json.template | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/src/php/composer.json.template b/templates/src/php/composer.json.template index 5223efd23f..08710d3e71 100644 --- a/templates/src/php/composer.json.template +++ b/templates/src/php/composer.json.template @@ -15,10 +15,8 @@ "autoload": { "psr-4": { "Grpc\\": "lib/Grpc/", - "Grpc\\Testing\\": "tests/interop/Grpc/Testing/", - "GPBMetadata\\Src\\Proto\\Grpc\\Testing\\": "tests/interop/GPBMetadata/Src/Proto/Grpc/Testing/", - "Math\\": "tests/generated_code/Math/", - "GPBMetadata\\": "tests/generated_code/GPBMetadata/" + "": ["tests/interop/", + "tests/generated_code/"] } } } |