From 51c5ff889ccd3836c25f40baafb350f92c9ee103 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Tue, 25 Oct 2016 17:27:05 -0700 Subject: Fix pure php implementation for 32-bit machine. (#2282) --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8b73a2b9..6afe71ce 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,7 @@ }, "files": [ "php/src/Google/Protobuf/descriptor.php", - "php/src/Google/Protobuf/descriptor_internal.pb.php", - "php/src/Google/Protobuf/Internal/Type.php" + "php/src/Google/Protobuf/descriptor_internal.pb.php" ] } } -- cgit v1.2.3