forked from fossology/fossology
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
98 lines (98 loc) · 3.4 KB
/
Copy pathcomposer.json
File metadata and controls
98 lines (98 loc) · 3.4 KB
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
95
96
97
98
{
"name" : "fossology/fossology",
"description" : "FOSSology is a open source license compliance software system and toolkit.",
"_comment" : [
"Copyright Siemens AG 2014-2023",
"",
"Copying and distribution of this file, with or without modification,",
"are permitted in any medium without royalty provided the copyright",
"notice and this notice are preserved. This file is offered as-is,",
"without any warranty."
],
"require" : {
"easyrdf/easyrdf" : "1.1.1",
"ext-gettext": "*",
"ext-mbstring": "*",
"ext-json" : "*",
"ext-xml" : "*",
"ext-pgsql": "*",
"ext-curl": "*",
"ext-uuid": "*",
"ext-openssl": "*",
"composer/spdx-licenses": "1.5.8",
"firebase/php-jwt": "v6.3.0",
"monolog/monolog" : "2.8.0",
"phpoffice/phpword" : "0.18.3",
"slim/slim": "4.8.1",
"slim/psr7": "1.4.1",
"symfony/cache": "v5.4.13",
"symfony/config" : "v5.4.11",
"symfony/http-foundation" : "v5.4.13",
"symfony/dependency-injection" : "v5.4.13",
"symfony/process" : "v5.4.35",
"symfony/translation" : "v5.4.12",
"symfony/yaml" : "v5.4.12",
"symfony/mime" : "v5.4.13",
"twig/twig" : "v3.11.1",
"guzzlehttp/guzzle": "v7.5.0",
"phpoffice/phpspreadsheet": "1.19.0",
"twbs/bootstrap": "v4.1.0",
"league/oauth2-client": "2.6.1"
},
"require-dev" : {
"doctrine/instantiator" : "v1.4.1",
"ext-posix" : "*",
"ext-sqlite3" : "*",
"ext-zip": "*",
"hamcrest/hamcrest-php" : "v2.0.1",
"mockery/mockery" : "v1.6.12",
"myclabs/deep-copy" : "1.11.0",
"php-coveralls/php-coveralls" : "v2.5.3",
"phpunit/phpunit" : "8.5.30",
"squizlabs/php_codesniffer" : "3.7.1",
"phpstan/phpstan" : "1.8.8"
},
"autoload" : {
"psr-4" : {
"Fossology\\Lib\\" : "lib/php",
"Fossology\\Agent\\Copyright\\UI\\" : "copyright/ui",
"Fossology\\CliXml\\UI\\" : "clixml/ui",
"Fossology\\DeciderJob\\UI\\" : "deciderjob/ui",
"Fossology\\Decider\\UI\\" : "decider/ui",
"Fossology\\DecisionExporter\\UI\\" : "decisionexporter/ui",
"Fossology\\DecisionImporter\\UI\\" : "decisionimporter/ui",
"Fossology\\DelAgent\\UI\\" : "delagent/ui",
"Fossology\\ReadmeOSS\\UI\\" : "readmeoss/ui",
"Fossology\\SpdxTwo\\UI\\" : "spdx2/ui",
"Fossology\\UnifiedReport\\UI\\" : "unifiedreport/ui",
"Fossology\\UI\\Page\\" : "www/ui/page",
"Fossology\\UI\\Api\\" : "www/ui/api"
}
},
"config" : {
"platform" : {
"php" : "7.3.31"
}
},
"homepage" : "https://www.fossology.org/",
"license" : [
"GPL-2.0-only",
"LGPL-2.1-only"
],
"support" : {
"email" : "fossology@fossology.org",
"issues" : "https://github.com/fossology/fossology/issues",
"wiki" : "https://github.com/fossology/fossology/wiki",
"source" : "https://github.com/fossology/fossology/"
},
"keywords" : [
"fossology",
"spdx",
"license-management",
"license"
],
"scripts": {
"phpcs": "phpcs --standard=fossy-ruleset.xml -p",
"phpcbf": "phpcbf --standard=fossy-ruleset.xml -p"
}
}