-
Notifications
You must be signed in to change notification settings - Fork 8
/
composer.json
30 lines (30 loc) · 934 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
{
"name": "derky/sortablescaptcha",
"type": "phpbb-extension",
"description": "Sortables Captcha Extension for phpBB 3.3. This captcha plugin allows you to add questions and provide answers in two separate columns. An user will see all the answers in one column and has to drag some answers to the other column to successfully complete the captcha.",
"homepage": "https://github.com/Derky/Sortables-CAPTCHA-Plugin",
"version": "2.0.3",
"time": "2024-10-27",
"license": "GPL-2.0-only",
"authors": [{
"name": "Derky",
"homepage": "http://www.derky.nl",
"role": "Developer"
}],
"require": {
"php": ">=7.2.0",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Sortables Captcha",
"soft-require": {
"phpbb/phpbb": ">=3.3.0"
},
"version-check": {
"ssl": true,
"host": "www.phpbb.com",
"directory": "/customise/db/extension/sortables_captcha",
"filename": "version_check"
}
}
}