-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathcomposer.json
92 lines (92 loc) · 2.77 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"license": "MIT",
"prefer-stable": true,
"minimum-stability": "dev",
"require": {
"arckinteractive/elgg_solr": "^2.0",
"beck24/elgg_recaptcha": "dev-elgg-2.x",
"beck24/image_proxy": "~1.2.0",
"beck24/spam_login_filter": "~2.1.0",
"beck24/spam_throttle": "~2.1.0",
"beck24/trusted_users": "~1.0.0",
"beck24/trusted_user_spam_report": "~1.0.0",
"brettp/admin_notes": "dev-master",
"brettp/bulk_user_admin": "dev-23-improvements",
"brettp/elgg-registration-randomizer": "dev-master",
"brettp/stale_users": "dev-master",
"elgg/ban": "~1.9.0",
"elgg/community_groups": "~1.9.0",
"elgg/community_plugins": "~2.3.0",
"elgg/community_solr": "~1.2.0",
"elgg/community_spam_tools": "~1.8.0",
"elgg/community_web_services": "~1.9.1",
"elgg/drop_unvalidated": "~1.1.0",
"elgg/elgg": "~2.3",
"elgg/elgg_ajax_register": "^1.0",
"elgg/login_as": "~1.9",
"elgg/community": "dev-master",
"elgg/opensearch": "~1.1.0",
"elgg/showcase": "~1.9.0",
"ewinslow/elgg-google": "dev-master",
"jumbojett/vroom": "dev-master",
"mrclay/elgg-http-combiner": "^1.0.1"
},
"require-dev": {
"srokap/code_review": "^1.0.5",
"phpunit/phpunit": "~6.5"
},
"scripts": {
"post-install-cmd": "\\Elgg\\Composer\\PostInstall::execute",
"post-package-update": "\\Elgg\\Composer\\PostUpdate::execute",
"test": "vendor/phpunit/phpunit/phpunit",
"translations:update": "tx pull -a --mode=reviewed --minimum-perc=100"
},
"config": {
"platform": {
"php": "7.0"
},
"fxp-asset": {
"enabled": false
},
"optimize-autoloader": true,
"apcu-autoloader": true
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/beck24/trusted_users"
},
{
"type": "vcs",
"url": "https://github.com/beck24/trusted_user_spam_report"
},
{
"type": "vcs",
"url": "[email protected]:ColdTrick/Bulk-User-Admin.git"
},
{
"type": "vcs",
"url": "https://github.com/jeabakker/elgg_recaptcha.git"
},
{
"type": "vcs",
"url": "https://github.com/elgg/community"
},
{
"type": "vcs",
"url": "https://github.com/elgg/community_plugins"
},
{
"type": "vcs",
"url": "https://github.com/elgg/showcase"
},
{
"type": "vcs",
"url": "https://github.com/jumbojett/vroom.git"
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}