From af9d8e654bdfe331ef903287bde2914fc1fd1f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0tefa=C5=88=C3=A1k?= Date: Tue, 7 Feb 2023 18:36:47 +0100 Subject: [PATCH] test new phpunit (#112) * test new phpunit * 10 available only from 8.1, keep it as it is for now --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c1c13a3..f75e1cf 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ "license": "MIT", "minimum-stability": "stable", "require": { - "php": ">=8", + "php": "^8", "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": ">=9" + "phpunit/phpunit": "^9" }, "support": { "issues": "https://github.com/neo4j-php/Bolt/issues",