-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathcomposer.json
94 lines (94 loc) · 3.14 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
93
94
{
"name": "hubzero/cms",
"description": "HUBzero CMS",
"type": "project",
"keywords": [ "cms" , "hubzero" ],
"homepage": "http://hubzero.org",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Hubzero",
"email": "[email protected]",
"role": "Platform for Scientific Computing"
}
],
"support": {
"email": "[email protected]",
"issues": "http://help.hubzero.org/support/ticket/new",
"source": "http://hubzero.org/download"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hubzero/flysystem-github"
}
],
"require": {
"bordoni/phpass": "0.3.*",
"apereo/phpcas": "1.3.8",
"ezyang/htmlpurifier": "4.18.*",
"tecnickcom/tcpdf": "6.7.*",
"marcusschwarz/lesserphp": "0.5.*",
"swiftmailer/swiftmailer": "5.4.*",
"monolog/monolog": "1.27.*",
"willdurand/geocoder": "2.8.*",
"predis/predis": "1.1.*",
"symfony/yaml": "3.4.*",
"symfony/http-foundation": "3.4.*",
"simshaun/recurr": "4.0.*",
"pelago/emogrifier": "3.1.*",
"google/apiclient": "2.14.*",
"guzzlehttp/guzzle": "6.5.*",
"authy/php": "3.0.*",
"mandrill/mandrill": "1.0.*",
"phpdocumentor/reflection-docblock": "3.3.*",
"bshaffer/oauth2-server-php": "1.11.*",
"pear/net_dns2": "1.5.*",
"hubzero/orcid-php": "0.3.*",
"league/flysystem": "1.0.*",
"php-http/guzzle6-adapter": "1.1.*",
"potherca/flysystem-github": "0.3.*",
"nao-pon/flysystem-google-drive": "1.1.*",
"php-amqplib/php-amqplib": "2.12.*",
"league/flysystem-aws-s3-v2": "1.0.*",
"simplepie/simplepie": "1.7.*",
"solarium/solarium" : "3.8.*",
"cilogon/oauth2-cilogon": "1.1.*",
"srmklive/flysystem-dropbox-v2": "1.0.*",
"stevenmaguire/oauth2-dropbox": "3.1.*",
"composer/composer": "2.2.*",
"phpoffice/phpspreadsheet": "1.8.*",
"simplesamlphp/simplesamlphp": "1.18.*",
"league/oauth2-facebook": "2.0.*",
"litesaml/lightsaml": "1.4.*",
"theiconic/name-parser": "0.1.*"
},
"require-dev": {
"mockery/mockery": "1.3.*",
"php-parallel-lint/php-parallel-lint": "1.4.*",
"phpunit/dbunit": "2.0.*",
"phpunit/phpunit": "5.7.*",
"php-coveralls/php-coveralls": "2.6.*",
"squizlabs/php_codesniffer": "3.11.*",
"phpcompatibility/php-compatibility": " *"
},
"autoload": {
"psr-0": { "Hubzero": "libraries/" },
"psr-4": { "Bootstrap\\": "bootstrap/"},
"classmap": [ "libraries/joomla" ]
},
"config": {
"preferred-install": "dist",
"platform": {
"php": "5.6.40"
},
"allow-plugins": {
"simplesamlphp/composer-module-installer": true,
"php-http/discovery": true
}
},
"scripts": {
"post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
"post-update-cmd" : "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility"
}
}