From 3eab41dad58f0ca880c6fbbed20969939c9158ea Mon Sep 17 00:00:00 2001 From: omergy Date: Wed, 2 Oct 2024 10:26:56 +0200 Subject: [PATCH] update laravel versions supported to 10 and 11 --- .gitignore | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5d6c3ad..55aff36 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ composer.lock .phpunit.result.cache .php_cs.cache .php-cs-fixer.cache +/.idea diff --git a/composer.json b/composer.json index f934b46..c1319ee 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ } ], "require": { - "php": "~7.1|~8.0", - "illuminate/support": "~5.0|~6.0|~7.0|~8.0|~9.0" + "php": "^8.2", + "illuminate/support": "~5.0|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0" }, "require-dev": { "mockery/mockery": "~1.0",