forked from basselin/zf2-new-recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 916 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "161/laminas-new-recaptcha",
"description": "Class using Google reCAPTCHA",
"license": "MIT",
"type": "library",
"keywords": [
"laminas",
"google", "recaptcha", "captcha"
],
"homepage": "https://github.com/161io/laminas-new-recaptcha",
"authors": [
{
"name": "Benoit Asselin",
"email": "contact@161.io",
"homepage": "https://161.io"
}
],
"require": {
"php": "^7.1 || ^8.0",
"laminas/laminas-form": "^2.14 || ^3.0",
"laminas/laminas-http": "^2.11",
"laminas/laminas-inputfilter": "^2.10",
"laminas/laminas-modulemanager": "^2.8",
"laminas/laminas-servicemanager": "^3.4",
"laminas/laminas-stdlib": "^3.2",
"laminas/laminas-view": "^2.11"
},
"autoload": {
"psr-4": {
"NewReCaptcha\\": "src/"
}
}
}