From f12911a4fe0a96246675a4ce965e71785dba518e Mon Sep 17 00:00:00 2001 From: Vincent QUEGUINER Date: Thu, 25 Apr 2024 09:04:37 +0200 Subject: [PATCH] Add php83 compatibility with phpunit9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f124802..e6e4096 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ }, "config": { "platform": { - "php": "7.3.0" + "php": ">=7.3.0" }, "optimize-autoloader": true, "sort-packages": true @@ -23,9 +23,10 @@ "prefer-stable": true, "require": { "php": ">=7.3", - "phpunit/phpunit": "^9.3", + "nikic/php-parser": "5.0.2", "phpunit/php-code-coverage": "^9.2", "phpunit/php-file-iterator": "^3.0", + "phpunit/phpunit": "^9.3", "sebastian/cli-parser": "^1.0", "sebastian/diff": "^4.0", "sebastian/version": "^3.0" @@ -44,4 +45,3 @@ } } } -