From 8583a9d19221b651ec0468e9554bcbd9409eb341 Mon Sep 17 00:00:00 2001 From: klgd Date: Fri, 13 Mar 2020 16:59:54 +0800 Subject: [PATCH] Support for Laravel 7 --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 95c4185..c439b98 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "mews/captcha", + "name": "scolib/captcha", "type": "package", - "description": "Laravel 5 & 6 Captcha Package", + "description": "Laravel 5 & 6 & 7 Captcha Package", "keywords": ["laravel6 Captcha", "laravel6 Security", "laravel6 Captcha", "laravel5 Security", "Captcha"], "homepage": "https://github.com/mewebstudio/captcha", "license": "MIT", @@ -16,15 +16,15 @@ "require": { "php": "^7.2", "ext-gd": "*", - "illuminate/config": "~5.0|^6.0", - "illuminate/filesystem": "~5.0|^6.0", - "illuminate/support": "~5.0|^6.0", - "illuminate/hashing": "~5.0|^6.0", - "illuminate/session": "~5.0|^6.0", + "illuminate/config": "~5.0|^6.0|^7.0", + "illuminate/filesystem": "~5.0|^6.0|^7.0", + "illuminate/support": "~5.0|^6.0|^7.0", + "illuminate/hashing": "~5.0|^6.0|^7.0", + "illuminate/session": "~5.0|^6.0|^7.0", "intervention/image": "~2.5" }, "require-dev": { - "phpunit/phpunit": "^8.0", + "phpunit/phpunit": "^8.5", "mockery/mockery": "^1.0" }, "autoload": {