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

Commit a4f4dcc

Browse files
committed
new packages via composer
1 parent 0f15e70 commit a4f4dcc

File tree

2 files changed

+3059
-23
lines changed

2 files changed

+3059
-23
lines changed

composer.json

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
11
{
2-
"name": "biscolab/laravel-recaptcha",
3-
"license": "MIT",
4-
"authors": [
5-
{
6-
"name": "Roberto Belotti",
7-
"email": "[email protected]"
8-
}
9-
],
10-
"require": {
11-
"php": ">=5.5.9|7.*",
12-
"laravel/framework": "5.*"
13-
},
14-
"require-dev": {
15-
"mockery/mockery": "~0.9",
16-
"phpunit/phpunit": "~4.0"
17-
},
18-
"autoload": {
19-
"psr-4": {
20-
"Biscolab\\ReCaptcha\\": "src/"
2+
"name": "biscolab/laravel-recaptcha",
3+
"license": "MIT",
4+
"authors": [
5+
{
6+
"name": "Roberto Belotti",
7+
"email": "[email protected]"
8+
}
9+
],
10+
"require": {
11+
"php": ">=5.5.9|7.*",
12+
"laravel/framework": "5.*"
13+
},
14+
"require-dev": {
15+
"orchestra/testbench": "~3.0",
16+
"phpunit/phpunit": "~4.0"
17+
},
18+
"autoload": {
19+
"psr-4": {
20+
"Biscolab\\ReCaptcha\\": "src/"
21+
},
22+
"files": [
23+
"src/helpers.php"
24+
]
2125
},
22-
"files": [
23-
"src/helpers.php"
24-
]
25-
}
26+
"autoload-dev": {
27+
"psr-4": {
28+
"Biscolab\\ReCaptcha\\Tests\\": "tests/"
29+
}
30+
},
31+
"scripts": {
32+
"test": "phpunit"
33+
}
2634
}

0 commit comments

Comments
 (0)