From 7aee0e80bcf7eb17fc0d574244e384e56ae2af77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?MeWebStudio=20-=20Muharrem=20ER=C4=B0N?= Date: Sat, 15 Jul 2023 18:07:48 +0300 Subject: [PATCH] Update composer.json --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 4433b3b..4f19996 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mews/captcha", "type": "package", - "description": "Laravel 5 & 6 Captcha Package", + "description": "Laravel 5/6/7/8/9/10 Captcha Package", "keywords": ["laravel6 Captcha", "laravel6 Security", "laravel6 Captcha", "laravel5 Security", "Captcha"], "homepage": "https://github.com/mewebstudio/captcha", "license": "MIT", @@ -16,11 +16,11 @@ "require": { "php": "^7.2|^8.1", "ext-gd": "*", - "illuminate/config": "~5|^6|^7|^8", - "illuminate/filesystem": "~5|^6|^7|^8", - "illuminate/support": "~5|^6|^7|^8", - "illuminate/hashing": "~5|^6|^7|^8", - "illuminate/session": "~5|^6|^7|^8", + "illuminate/config": "~5|^6|^7|^8|^9|^10", + "illuminate/filesystem": "~5|^6|^7|^8|^9|^10", + "illuminate/support": "~5|^6|^7|^8|^9|^10", + "illuminate/hashing": "~5|^6|^7|^8|^9|^10", + "illuminate/session": "~5|^6|^7|^8|^9|^10", "intervention/image": "~2.5" }, "require-dev": {