From d49710f1a095c30a605bdc6a9f17e65e86377f8b Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 13 Sep 2024 21:17:50 +0300 Subject: [PATCH] fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ee8e6fa..96d9d77 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,6 @@ ], "require": { "php": "^8.1", - "phpunit/phpunit": "^10.5", "psr/container": "^1.0|^2.0", "yiisoft/event-dispatcher": "^1.0", "yiisoft/friendly-exception": "^1.0", @@ -36,6 +35,7 @@ }, "require-dev": { "maglnet/composer-require-checker": "^4.4", + "phpunit/phpunit": "^10.5", "rector/rector": "^1.2", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23",