From 66cd077059d0e45a6b533d2343fb9d5a1992fa9c Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 22 Feb 2024 16:35:45 +0000 Subject: [PATCH] Bump dependencies for Laravel 11 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 946799c..b03852b 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,13 @@ ], "require": { "php": "^7.3|^8.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0", - "illuminate/database": "^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "illuminate/pagination": "^7.0|^8.0|^9.0|^10.0", - "orchestra/testbench": "^6.3|^7.0|^8.0", - "phpunit/phpunit": "^8.4|^9.1" + "illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0", + "orchestra/testbench": "^6.3|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^8.4|^9.1|^10.5" }, "autoload": { "psr-4": {