forked from Leantime/leantime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.24 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
{
"name": "leantime/leantime",
"description": "Open source project management system",
"type": "project",
"config": {
"platform-check": false,
"platform": {
"php": "8.0"
}
},
"authors": [
{
"name": "Marcel",
"email": "marcel@leantime.io"
}
],
"require": {
"php": "^8.0",
"guzzlehttp/guzzle": "7.4.5",
"aws/aws-sdk-php": "3.219.0",
"phpmailer/phpmailer": "6.6.0",
"robthree/twofactorauth": "1.8.2",
"endroid/qr-code": "3.9.7",
"ext-ldap": "*",
"league/html-to-markdown": "5.1",
"symfony/console": "^5.4",
"ramsey/uuid": "^4.3",
"htmlawed/htmlawed": "1.2.6",
"mpdf/mpdf": "^8.1.3",
"vlucas/phpdotenv": "^5.5",
"symfony/yaml": "^5.4",
"lasserafn/php-initial-avatar-generator": "^4.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
"codeception/codeception": "^5.0",
"codeception/module-phpbrowser": "*",
"codeception/module-asserts": "*"
},
"extra": {
"installer-paths": {
"app/plugins/{$name}/": [
"type:leantime-plugin"
]
}
}
}