forked from Leantime/leantime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (32 loc) · 789 Bytes
/
composer.json
File metadata and controls
33 lines (32 loc) · 789 Bytes
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
{
"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",
"ramsey/uuid": "^4.3",
"htmlawed/htmlawed": "1.2.6"
},
"require-dev": {
"phpstan/phpstan":"1.5.4"
}
}