-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 1007 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 1007 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
30
31
32
33
34
35
{
"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": ">=8.0.0",
"composer/installers": "^2.0"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
},
"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"
}
}
}