diff options
author | Stanley Cheung <stanley.cheung@gmail.com> | 2017-02-01 19:42:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 19:42:16 -0800 |
commit | 82c406cc080d8df480ee8e651bccd26b51d505f5 (patch) | |
tree | 2387c52d8702af594f41acbfce3d23e70bee28a0 /templates | |
parent | e042801b1c3154cbf37b62ccc54d334689d0b0ce (diff) | |
parent | c290c115fadfe1ae0bdbbadd756f3f5962b0fc6d (diff) |
Merge pull request #9535 from stanley-cheung/php-update-examples
PHP: update examples
Diffstat (limited to 'templates')
-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/"] } } } |