Skip to content

Commit 7aee0e8

Browse files
authored
Update composer.json
1 parent 7915706 commit 7aee0e8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mews/captcha",
33
"type": "package",
4-
"description": "Laravel 5 & 6 Captcha Package",
4+
"description": "Laravel 5/6/7/8/9/10 Captcha Package",
55
"keywords": ["laravel6 Captcha", "laravel6 Security", "laravel6 Captcha", "laravel5 Security", "Captcha"],
66
"homepage": "https://github.com/mewebstudio/captcha",
77
"license": "MIT",
@@ -16,11 +16,11 @@
1616
"require": {
1717
"php": "^7.2|^8.1",
1818
"ext-gd": "*",
19-
"illuminate/config": "~5|^6|^7|^8",
20-
"illuminate/filesystem": "~5|^6|^7|^8",
21-
"illuminate/support": "~5|^6|^7|^8",
22-
"illuminate/hashing": "~5|^6|^7|^8",
23-
"illuminate/session": "~5|^6|^7|^8",
19+
"illuminate/config": "~5|^6|^7|^8|^9|^10",
20+
"illuminate/filesystem": "~5|^6|^7|^8|^9|^10",
21+
"illuminate/support": "~5|^6|^7|^8|^9|^10",
22+
"illuminate/hashing": "~5|^6|^7|^8|^9|^10",
23+
"illuminate/session": "~5|^6|^7|^8|^9|^10",
2424
"intervention/image": "~2.5"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)