From faf111e1e7617359de0c7d1e8b8b08015e89f604 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 23 Apr 2024 20:15:36 +0200 Subject: [PATCH] Update composer.json for Laravel 11 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b0cc475..26a7886 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.0|^11.0", "fzaninotto/faker": "^1.9|^1.5", "mockery/mockery": "^1.3", "satooshi/php-coveralls": "^2.0|^1.0",