From 7878712f16365840e5923c663b7d8a6946e03691 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..28d379bdec35 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": ">=6.0.0" }, "autoload": { "psr-4": {