From 70abdf31b8bb30bc1fcb11d568079adeabe39c27 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Thu, 4 Jan 2024 09:13:06 -0300 Subject: [PATCH] Add docs for testing. --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9f43232ff..d30c4ab25 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": "^8.0", + "php": "^8.1", "ext-json": "*", "yiisoft/arrays": "^3.0", "yiisoft/db": "^1.1", @@ -27,13 +27,14 @@ }, "require-dev": { "maglnet/composer-require-checker": "^4.2", - "phpunit/phpunit": "^9.6|^10.0", + "phpunit/phpunit": "^10.5", "rector/rector": "^0.18", - "roave/infection-static-analysis-plugin": "^1.16", + "roave/infection-static-analysis-plugin": "^1.34", "spatie/phpunit-watcher": "^1.23", - "vimeo/psalm": "^4.8|^5.8", + "vimeo/psalm": "^5.8", "yiisoft/aliases": "^2.0", "yiisoft/cache": "^3.0", + "yiisoft/db-sqlite": "^1.1", "yiisoft/di": "^1.0", "yiisoft/json": "^1.0" },