This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
87 lines (87 loc) · 2.25 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
{
"repositories": [
{
"type": "git",
"url": "https://github.com/Wikia/fluent-sql-php"
},
{
"type": "git",
"url": "https://github.com/Wikia/Validator"
},
{
"type": "git",
"url": "https://github.com/Wikia/Maps"
},
{
"type": "git",
"url": "https://github.com/Wikia/SemanticMediaWiki"
}
],
"config": {
"vendor-dir": "lib/composer",
"prepend-autoloader": false,
"optimize-autoloader": true
},
"autoload": {
"psr-0": {
"Solarium_": "lib/vendor/Solarium/"
},
"psr-4" : {
"Wikia\\": "lib/Wikia/src/",
"Wikia\\Search\\": "extensions/wikia/Search/classes/",
"Swagger\\Client\\": "lib/Swagger/src/"
}
},
"require": {
"ext-bcmath": "*",
"ext-bz2": "*",
"ext-dba": "*",
"ext-exif": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-mustache": "*",
"ext-mysqli": "*",
"ext-pcntl": "*",
"ext-redis": "*",
"ext-simplexml": "*",
"ext-sockets": "*",
"ext-tideways": "*",
"ext-tidy": "*",
"ext-wikidiff2": "*",
"wikia/fluent-sql-php": "1.0.*",
"monolog/monolog": "^1.23",
"phpunit/phpunit": "^6.5",
"cssjanus/cssjanus": "1.1.*",
"tijsverkoyen/css-to-inline-styles": "1.5.2",
"sensiolabs/consul-php-sdk": "^3.0",
"wikia/phpflickr": "^3.1",
"pear/mail_mime": "^1.10",
"pear/archive_tar": "^1.4",
"wikia/mail2": "^0.1.1",
"wikia/net_socket2": "^0.1.1",
"wikia/net_smtp2": "^0.1.0",
"wikia/simplehtmldom": "1.8.1",
"php-amqplib/php-amqplib": "^2.9",
"wikia/file_ogg": "^1.0",
"wikia/semantic-media-wiki": "2.4.6.2",
"wikia/semantic-scribunto": "^1.1",
"phpunit/dbunit": "^3.0",
"mediawiki/validator": "2.2.2.1",
"mediawiki/maps": "5.2.0.3",
"mcustiel/phiremock": "^1.9",
"wikimedia/scoped-callback": "^2.0",
"wikia/prometheus_client_php": "^0.9.2",
"google/cloud-storage": "^1.11",
"guzzlehttp/guzzle": "^6.3",
"ackintosh/ganesha": "^0.4.0",
"ext-memcached": "*",
"perftools/php-profiler": "^0.11.0"
},
"require-dev": {
"ext-yaml": "*",
"ext-xdebug": "*"
},
"scripts": {
"lint": "phplint . --exclude lib/composer --exclude lib/vendor --exclude lib/Swagger --exclude /templates/ --no-cache"
}
}