Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mewebstudio authored Jul 15, 2023
1 parent 7915706 commit 7aee0e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 7aee0e8

Please sign in to comment.