From 2aa847d7685f20bd5eceb426040c8f5f7b7fc854 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Mon, 30 Nov 2020 23:09:10 +0000 Subject: [PATCH] Update composer.json --- php/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/composer.json b/php/composer.json index ef223da260f4..f2e22c3c5ad5 100644 --- a/php/composer.json +++ b/php/composer.json @@ -6,10 +6,10 @@ "homepage": "https://developers.google.com/protocol-buffers/", "license": "BSD-3-Clause", "require": { - "php": ">=7.3.0" + "php": ">=7.0.0" }, "require-dev": { - "phpunit/phpunit": "^9" + "phpunit/phpunit": ">=5.0.0" }, "autoload": { "psr-4": {