Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 004e7fe

Browse files
committed
copmposer.json improved
1 parent be31b0e commit 004e7fe

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

composer.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
{
22
"name": "biscolab/laravel-recaptcha",
3-
"description": "Simple ReCaptcha package for Laravel 5",
3+
"description": "Simple ReCaptcha package for Laravel 5 and 6",
4+
"version": "4.0.0",
45
"license": "MIT",
6+
"type": "library",
7+
"keywords": [
8+
"recaptcha",
9+
"captcha",
10+
"laravel",
11+
"validation"
12+
],
13+
"homepage": "https://biscolab.com/laravel-recaptcha",
514
"authors": [
615
{
716
"name": "Roberto Belotti",
8-
"email": "[email protected]"
17+
"email": "[email protected]",
18+
"homepage": "https://biscolab.com",
19+
"role": "Developer"
920
}
1021
],
1122
"require": {
1223
"php": "^7.1",
13-
"laravel/framework": "^5.5"
24+
"laravel/framework": "^5.5|^6.0",
1425
},
1526
"require-dev": {
1627
"orchestra/testbench": "~3.0",
@@ -30,7 +41,7 @@
3041
}
3142
},
3243
"scripts": {
33-
"test": "phpunit"
44+
"test": "vendor/bin/phpunit --colors=always"
3445
},
3546
"extra": {
3647
"laravel": {

0 commit comments

Comments
 (0)