forked from gopeak/dectask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 913 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 913 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
34
35
36
{
"name": "gopeak/masterlab",
"type": "project",
"description": "Masterlab项目管理工具",
"keywords": [
"masterlab",
"项目管理工具"
],
"require": {
"gregwar/captcha": "v1.1.5",
"phpmailer/phpmailer": "v5.2.27",
"katzgrau/klogger": "v1.2.1",
"endroid/qr-code": "3.4.0",
"php-curl-class/php-curl-class": "v7.3.0",
"hornet/framework": "1.0.5",
"phpoffice/phpspreadsheet": "1.9.0",
"twig/twig": "v2.12.2",
"adldap2/adldap2": "10.2",
"doctrine/dbal": "^2.10",
"doctrine/event-manager":"1.1.0",
"doctrine/inflector":"1.3.1",
"symfony/event-dispatcher": "4.4.6",
"symfony/yaml": "4.4.7",
"guzzlehttp/guzzle": "6.5.3",
"ext-json": "*",
"ext-ldap": "*",
"ext-pdo": "*",
"ext-curl": "*",
"ext-redis": "*"
},
"require-dev": {
"phpunit/phpunit": "7.0",
"ext-redis": "*"
},
"minimum-stability": "beta"
}