From a823a22c6a5efec4ebe46c6d84cbac7f1f3db83e Mon Sep 17 00:00:00 2001 From: dev97 Date: Tue, 27 Feb 2024 19:36:20 +0200 Subject: [PATCH] composer.json: allow php & phpunit 8.x and higher --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3a7484f..f0caf0a 100644 --- a/composer.json +++ b/composer.json @@ -4,10 +4,10 @@ "type": "library", "license": "MIT", "require": { - "php": "^7.0" + "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": ">=7.0" }, "autoload": { "psr-4": {