From 1c6a42d0ed5f0763a24e460bca65a0034b34af3d Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 18:49:32 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6dec108..da3ecb1 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ ], "require": { "php": ">=5.3.0", - "illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0", - "illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0", - "illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0" + "illuminate/support": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0", + "illuminate/config": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0", + "illuminate/translation": "4.*|5.*|6.*|7.*|8.*|9.*|^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "4.0.*|^9.5.10", + "phpunit/phpunit": "4.0.*|^9.5.10|^10.5", "mockery/mockery": "0.9.*|^1.4.4" }, "autoload": {