From fc8e71d57cfee363879dcbd7e45e493f76a45100 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin Date: Wed, 13 Mar 2024 00:20:17 +0100 Subject: [PATCH] Bump PHPUnit version --- composer.json | 4 ++-- phpunit.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 15fd0c3c..abe35fcc 100644 --- a/composer.json +++ b/composer.json @@ -34,8 +34,8 @@ "codeception/module-cli": "^2.0", "codeception/module-filesystem": "^3.0", "codeception/module-phpbrowser": "^3.0", - "laravel/framework": "^9.48 || ^10.0", - "phpunit/phpunit": "^9.6 || ^10.0", + "laravel/framework": "^10.48 || ^11.0", + "phpunit/phpunit": "^10.5 || ^11.0", "ramsey/collection": "^1.3", "slevomat/coding-standard": "^8.8", "squizlabs/php_codesniffer": "*", diff --git a/phpunit.xml b/phpunit.xml index ae161a0f..e3b7b824 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@