Skip to content

Commit

Permalink
Support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
klgd committed Mar 13, 2020
1 parent 3298bb4 commit 8583a9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 8583a9d

Please sign in to comment.