From bb3106b401691e5b8fc0979f820b96e885e01322 Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 20 Mar 2024 00:38:46 +0800 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1e9e86d..5d48343 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "homepage": "https://github.com/seancheung/history", "require": { - "php": "^7.2|^7.2.5|^7.3|^8.0|^8.1", + "php": "^7.2|^7.2.5|^7.3|^8.0|^8.1|^8.2", "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "license": "MIT", @@ -37,7 +37,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^8.3|^8.4|^9.0|^10.5", + "phpunit/phpunit": "^8.3|^8.4|^9.0|^10.5|^11.0", "orchestra/testbench": "^4.8|^5.2|^6.2|^7.5|^8.0|^9.0", "mockery/mockery": "^1.2", "php-coveralls/php-coveralls": "^2.1"