forked from Kitware/CDash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
62 lines (62 loc) · 1.7 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
{
"name": "kitware/cdash",
"description": "An open source, web-based software testing server",
"type": "project",
"homepage": "http://www.cdash.org",
"license": "BSD-3-Clause",
"support": {
"email": "kitware@kitware.com",
"issues": "https://github.com/Kitware/CDash/issues",
"source": "https://github.com/Kitware/CDash",
"wiki": "http://public.kitware.com/Wiki/CDash"
},
"require": {
"php": ">=5.5.9",
"ext-bcmath": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-xsl": "*",
"bernard/bernard": "1.0.0-alpha9",
"guzzlehttp/guzzle": "~6.2",
"monolog/monolog": "~1.19",
"paragonie/random_compat": "2.0.4",
"pear/archive_tar": "~1.4",
"predis/predis": "~0.8",
"ramsey/uuid": "~3.4",
"suin/php-rss-writer": "~1.4",
"swiftmailer/swiftmailer": "~5.4",
"sendgrid/sendgrid": "5.0.4",
"php-di/php-di": "^5.4",
"league/oauth2-github": "^2.0",
"league/oauth2-google": "^2.0",
"omines/oauth2-gitlab": "^3.1",
"aws/aws-sdk-php": "^3.57",
"doctrine/dbal": "^2.5",
"iron-io/iron_mq": "~2.0",
"knplabs/github-api": "dev-master#8c26dc85",
"php-http/guzzle6-adapter": "^1.1",
"lcobucci/jwt": "3.2.0",
"jenssegers/blade": "^1.1"
},
"require-dev": {
"ext-gd": "*",
"ext-xdebug": "*",
"ext-dom": "*",
"friendsofphp/php-cs-fixer": "~1.11",
"phpunit/phpunit-selenium": "~1.4",
"phpunit/phpunit": "~4.8",
"sensiolabs/security-checker": "~3.0",
"fzaninotto/faker": "^1.8"
},
"suggest": {
"ext-memcached": "",
"ext-pdo_mysql": "",
"ext-pdo_pgsql": "",
"ext-phar": ""
},
"autoload": {
"psr-4": {"CDash\\": "include/CDash/"}
}
}