forked from gyselroth/tubee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
57 lines (57 loc) · 1.64 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
{
"name": "gyselroth/tubee",
"description": "Tubee",
"keywords": ["import", "export", "data-management"],
"homepage": "https://github.com/gyselroth/tubee",
"license": "GPL-3.0",
"authors": [
{
"name": "Raffael Sahli",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Tubee\\": "src/lib",
"Tubee\\Testsuite\\": "tests"
}
},
"require": {
"php": ">=7.1",
"psr/log": "1.*",
"ext-mongodb": "*",
"ext-curl": "*",
"gyselroth/micro-auth": "*",
"gyselroth/micro-container": "^1.0.0",
"gyselroth/micro-http": "^0.0.6",
"psr/container": "*",
"mongodb/mongodb": "1.2.0",
"ulrichsg/getopt-php": "^3.0",
"zendframework/zend-mail": "2.7.*",
"gyselroth/mongodb-php-task-scheduler": "^2.0.2",
"hassankhan/config": "*",
"symfony/yaml": "^4.0",
"monolog/monolog": "^1.23",
"bramus/monolog-colored-line-formatter": "~2.0",
"zendframework/zend-servicemanager": "^3.3",
"icewind/smb": "^2.0",
"symfony/expression-language": "^4.0",
"psr/cache": "^1.0",
"dreamscapes/ldap-core": "^3.1"
},
"suggest": {
"ext-pthreads": "*",
"ext-ldap": "*",
"ext-mysqli": "*",
"ext-pdo": "*",
"ext-imagick": "*",
"ext-xml": "*"
},
"require-dev": {
"guzzlehttp/guzzle": "*",
"friendsofphp/php-cs-fixer": "*",
"phpunit/phpunit": "^6.0.0",
"helmich/mongomock": "dev-master#bf141f5",
"phpstan/phpstan": "*"
}
}