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 /src/php | |
parent | e042801b1c3154cbf37b62ccc54d334689d0b0ce (diff) | |
parent | c290c115fadfe1ae0bdbbadd756f3f5962b0fc6d (diff) |
Merge pull request #9535 from stanley-cheung/php-update-examples
PHP: update examples
Diffstat (limited to 'src/php')
-rw-r--r-- | src/php/composer.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/php/composer.json b/src/php/composer.json index f3529161f8..746474d4e2 100644 --- a/src/php/composer.json +++ b/src/php/composer.json @@ -13,10 +13,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/"] } } } |