From e0a499c4b7942a54fd91d0e1576693b412bd48e0 Mon Sep 17 00:00:00 2001 From: Laravel Shift Date: Thu, 2 Feb 2023 14:26:50 -0500 Subject: [PATCH] Bump dependencies for Laravel 10 (#309) --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b9d4677..8600612 100644 --- a/composer.json +++ b/composer.json @@ -11,14 +11,13 @@ "description": "Fast Excel import/export for Laravel", "require": { "php": "^8.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0", "openspout/openspout": "^4.1.1" }, "require-dev": { - "illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0", + "illuminate/database": "^6.20.12 || ^7.30.4 || ^8.24.0 || ^9.0|^10.0", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "3.*" - }, "autoload": { "psr-4": {