forked from elabftw/elabftw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (34 loc) · 986 Bytes
/
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
{
"name": "elabftw/elabftw",
"description": "Laboratory notebook for research labs",
"homepage": "https://www.elabftw.net",
"require": {
"php": ">=5.6.0",
"ext-ctype": "*",
"ext-curl":"*",
"ext-gettext":"*",
"ext-openssl":"*",
"ext-gd":"*",
"ext-pdo": "*",
"ext-zip": "*",
"defuse/php-encryption": "2.1.*",
"mpdf/mpdf": "^7.0",
"swiftmailer/swiftmailer":"^5.4",
"twig/extensions": "^1.4",
"onelogin/php-saml": "^2.10",
"guzzlehttp/guzzle": "^6.3",
"michelf/php-markdown": "^1.7",
"symfony/http-foundation": "^3.3"
},
"require-dev": {
"codeception/codeception": "^2",
"phpdocumentor/phpdocumentor": "2.*",
"pyrech/composer-changelogs": "^1.5"
},
"autoload": {
"psr-4": {
"Elabftw\\Elabftw\\" : ["app/classes", "app/models", "app/views"]
}
},
"license": "AGPL-3.0"
}