-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 824 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 824 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
37
38
39
40
41
{
"name": "denis019/matrix-log-importer",
"description": "Matrix Log importer",
"type": "project",
"homepage": "https://github.com/denis019/matrixLogDocker",
"license": "MIT",
"autoload": {
"psr-4": {
"App\\" : "src",
"Tests\\": "tests"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"require": {
"php" : "^7.1",
"symfony/yaml": "^4.1",
"kassner/log-parser": "^1.4",
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/mongodb-odm": "^1.2",
"symfony/console": "^4.1",
"tightenco/collect": "^5.7"
},
"authors": [
{
"name": "Denis Kovacevic",
"email": "kovacevic_denis@yahoo.com"
}
],
"config": {
"platform": {
"ext-mongo": "1.6.16"
}
}
}