-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 747 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 747 Bytes
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
{
"name": "gothick/recaptcha2",
"type": "phpbb-extension",
"description": "Google reCAPTCHA 2.0 anti-spambot plugin",
"homepage": "https://github.com/gothick/phpbb-ext-recaptcha2",
"version": "1.1.0",
"time": "2015-01-29",
"license": "GPL-2.0",
"authors": [{
"name": "Matt Gibson",
"email": "matt@mattgibsoncreative.co.uk",
"homepage": "http://mattgibsoncreative.co.uk",
"role": "Lead Developer"
}],
"require": {
"php": ">=5.6",
"composer/installers": "~1.0",
"google/recaptcha": "~1.1"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "reCAPTCHA 2.0",
"soft-require" : {
"phpbb/phpbb": "~3.2"
}
}
}