From 4b3f1896f15b8b97bb4a5f7836c3f7771837c8be Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 27 Feb 2024 15:24:08 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b598216..da77d95 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "~6.0|~8.0|^9.5.10", + "phpunit/phpunit": "~6.0|~8.0|^9.5.10|^10.5", "bkwld/upchuck": "^2.6@dev", - "illuminate/database": "^5.5|^6.0|^10.0", + "illuminate/database": "^5.5|^6.0|^10.0|^11.0", "league/flysystem-vfs": "^1.0", "mockery/mockery": "^1.2.3", "satooshi/php-coveralls": "^1.0"