From c5afe0d91cdf5f366ed12a3ebf031e0b09b6ffed Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 2 Mar 2024 05:49:44 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b0cc475..36ef875 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": ">=7.2.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0" + "illuminate/support": "^6.0 || ^7.0 || ^8.0|^9.0|^10.0 || ^11.0" }, "autoload": { "psr-4": { @@ -31,7 +31,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require-dev": { - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^10.5", "fzaninotto/faker": "^1.9|^1.5", "mockery/mockery": "^1.3", "satooshi/php-coveralls": "^2.0|^1.0",