-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 749 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 749 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
{
"name": "xAPI-vle/moodle-logstore-xapi",
"license": "GPL v3",
"autoload": {
"psr-4": {
"logstore_xapi\\": "classes/",
"Tests\\": "tests/",
"XREmitter\\": "lib/emitter/src/",
"XREmitter\\Tests\\": "tests/lib/emitter/",
"LogExpander\\": "lib/expander/src/",
"LogExpander\\Tests\\": "tests/lib/expander/",
"MXTranslator\\": "lib/translator/src/",
"MXTranslator\\Tests\\": "tests/lib/translator/"
}
},
"require-dev": {
"learninglocker/statementfactory": "~0.0"
},
"require": {
"php": "~5.5 || ^7.0.3",
"rusticisoftware/tincan": "1.0.0"
},
"prefer-stable": true,
"minimum-stability": "dev"
}