-
Notifications
You must be signed in to change notification settings - Fork 30
/
composer.json
56 lines (56 loc) · 1.69 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"description": "Wikipedia Account Creation Assistance Tool",
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"smarty/smarty": "^v4.3.1",
"twitter/typeahead.js": "^0.11.1",
"fortawesome/font-awesome": "~6.6.0",
"spomky-labs/otphp": "^10.0",
"bacon/bacon-qr-code": "^2.0",
"paragonie/constant_time_encoding": "^2.0",
"drvic10k/bootstrap-sortable": "^2.1",
"wikimedia/common-passwords": "^0.5",
"dropbox/zxcvbn": "^4.4",
"bjeavons/zxcvbn-php": "^1.1",
"ext-openssl": "*",
"ext-dom": "*",
"ext-pdo": "*",
"ext-json": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"mediawiki/oauthclient": "^2.0",
"php-amqplib/php-amqplib": ">=3.0",
"league/commonmark": "^2.4"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3",
"phpunit/phpunit": "^9.6",
"phpmd/phpmd": "^2.4.3"
},
"repositories": [
{
"type": "package",
"package": {
"name": "drvic10k/bootstrap-sortable",
"version": "2.1.0",
"dist": {
"url": "https://github.com/drvic10k/bootstrap-sortable/archive/2.1.0.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "dropbox/zxcvbn",
"version": "4.4.2",
"dist": {
"url": "https://github.com/dropbox/zxcvbn/archive/v4.4.2.zip",
"type": "zip"
}
}
}
]
}