From 44787d75b8ec8aeea42f9c3f292dff7e1f7f191a Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 26 Feb 2024 16:31:13 +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 0adf0f7..88fccd3 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ ], "require": { "php": "^7.2||^8.0", - "illuminate/console": "^6|^7|^8|^9|^10.0", - "illuminate/events": "^6|^7|^8|^9|^10.0" + "illuminate/console": "^6|^7|^8|^9|^10.0||^11.0", + "illuminate/events": "^6|^7|^8|^9|^10.0||^11.0" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench": "^6.0|^8.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^6.0|^8.0||^9.0", + "phpunit/phpunit": "^9.0||^10.5" }, "autoload": { "psr-4": {