From 6b27c1f981a9a93918e4039f236ead27165a8e91 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 17 Mar 2017 11:08:06 -0700 Subject: Add file option php_class_prefix (#2849) This option will be prepended to generated classes of all messages in the containing file. --- php/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'php/composer.json') diff --git a/php/composer.json b/php/composer.json index 3dae2865..32b0f44c 100644 --- a/php/composer.json +++ b/php/composer.json @@ -18,7 +18,8 @@ "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" + "GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Protobuf/Internal", + "": "tests/generated" }, "files": [ "src/Google/Protobuf/descriptor.php" -- cgit v1.2.3