forked from glpi-project/glpi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
110 lines (110 loc) · 5.07 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "glpi/glpi",
"description": "GLPI dependencies",
"license": "GPL-2.0-or-later",
"type": "project",
"homepage": "http://www.glpi-project.org/",
"support": {
"irc": "irc://irc.freenode.org/glpi",
"forum": "http://forum.glpi-project.org/",
"issues": "https://github.com/glpi-project/glpi/issues",
"docs": "https://github.com/glpi-project/doc"
},
"require": {
"php": "^7.2",
"ext-ctype": "*",
"ext-curl": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-simplexml": "*",
"ext-zlib": "*",
"blueimp/jquery-file-upload": "^10.2",
"elvanto/litemoji": "^1.4 || ^2.0",
"guzzlehttp/guzzle": "^6.5",
"htmlawed/htmlawed": "^1.2",
"iamcal/lib_autolink": "^1.7",
"laminas/laminas-cache": "^2.8",
"laminas/laminas-i18n": "^2.10",
"laminas/laminas-mail": "^2.10",
"laminas/laminas-mime": "^2.7",
"laminas/laminas-serializer": "^2.8",
"mexitek/phpcolors": "^0.4.0",
"michelf/php-markdown": "^1.6",
"monolog/monolog": "^2.0",
"paragonie/sodium_compat": "^1.13",
"phpmailer/phpmailer": "^6.0",
"psr/log": "^1.1",
"psr/simple-cache": "^1.0",
"ramsey/uuid": "^4.0",
"rlanvin/php-rrule": "^2.1",
"sabre/dav": "^4.0",
"sabre/http": "^5.0",
"sabre/uri": "^2.1",
"sabre/vobject": "^4.1",
"scssphp/scssphp": "^1.0",
"sebastian/diff": "^3.0",
"simplepie/simplepie": "^1.5",
"symfony/console": "^4.4",
"tecnickcom/tcpdf": "^6.2",
"true/punycode": "^2.1",
"wapmorgan/unified-archive": "^1.0"
},
"require-dev": {
"ext-xml": "*",
"atoum/atoum": "^3.4",
"consolidation/robo": "^2.0",
"fzaninotto/faker": "^1.7",
"glpi-project/coding-standard": "^0.7",
"mikey179/vfsstream": "^1.6",
"natxet/cssmin": "^3.0",
"php-parallel-lint/php-parallel-lint": "^1.1",
"scrutinizer/ocular": "1.6|^1.7.1",
"sensiolabs/security-checker": "^6.0"
},
"replace": {
"paragonie/random_compat": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-intl-idn": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-php72": "*"
},
"suggest": {
"ext-ldap": "Used to provide LDAP authentication and synchronization",
"ext-sodium": "Used to provide strong encryption for sensitive data in database"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "7.2.0"
},
"sort-packages": true
},
"scripts": {
"testdb": "php vendor/bin/atoum -p 'php -d memory_limit=512M' --debug --force-terminal --use-dot-report --bootstrap-file tests/bootstrap.php --no-code-coverage --max-children-number 1 -d tests/database",
"testfunc": "php vendor/bin/atoum -p 'php -d memory_limit=512M' --debug --force-terminal --use-dot-report --bootstrap-file tests/bootstrap.php --no-code-coverage --max-children-number 1 -d tests/functionnal/",
"testunits": "php vendor/bin/atoum -p 'php -d memory_limit=512M' --debug --force-terminal --use-dot-report --bootstrap-file tests/bootstrap.php --no-code-coverage -d tests/units",
"testweb": "php vendor/bin/atoum -p 'php -d memory_limit=512M' --debug --force-terminal --use-dot-report --bootstrap-file tests/bootstrap.php --no-code-coverage --max-children-number 1 -d tests/web",
"testldap": "php vendor/bin/atoum -p 'php -d memory_limit=512M' --debug --force-terminal --use-dot-report --bootstrap-file tests/bootstrap.php --no-code-coverage --max-children-number 1 -d tests/LDAP",
"testimap": "php vendor/bin/atoum -p 'php -d memory_limit=512M' --debug --force-terminal --use-dot-report --bootstrap-file tests/bootstrap.php --no-code-coverage --max-children-number 1 -d tests/imap",
"csp": "vendor/bin/phpcs --parallel=500 --cache -p --extensions=php --standard=vendor/glpi-project/coding-standard/GlpiStandard/ --ignore=\"/.git/,^$(pwd)/(config|files|lib|marketplace|node_modules|plugins|tests/config|vendor)/\" ./",
"cs": "vendor/bin/phpcs -d memory_limit=512M --cache -p --extensions=php --standard=vendor/glpi-project/coding-standard/GlpiStandard/ --ignore=\"/.git/,^$(pwd)/(config|files|lib|marketplace|node_modules|plugins|tests/config|vendor)/\" ./",
"lint": "vendor/bin/parallel-lint --exclude files --exclude marketplace --exclude plugins --exclude vendor --exclude tools/vendor .",
"post-install-cmd": [
"@php -r \"file_put_contents('.composer.hash', sha1_file('composer.lock'));\""
],
"post-update-cmd": [
"@php -r \"file_put_contents('.composer.hash', sha1_file('composer.lock'));\""
]
},
"repositories": {
"htmlawed": {
"type": "composer",
"url": "https://www.bioinformatics.org/phplabware/downloads/"
}
}
}