From 5c05f242d442aff78357f83ebc3459e3ed0d9f2a Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Mar 2024 18:17:51 +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 8600612..ba75b62 100644 --- a/composer.json +++ b/composer.json @@ -11,12 +11,12 @@ "description": "Fast Excel import/export for Laravel", "require": { "php": "^8.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", "openspout/openspout": "^4.1.1" }, "require-dev": { - "illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0|^10.0", - "phpunit/phpunit": "^9.5", + "illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0|^10.0 || ^11.0", + "phpunit/phpunit": "^9.5 || ^10.5", "squizlabs/php_codesniffer": "3.*" }, "autoload": {