forked from g3i/lxHive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 923 Bytes
/
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
{
"name": "g3i/lxhive",
"description": "An open-source LRS from G3 International Pty Ltd",
"license": "GPL-3.0",
"keywords": ["experience api", "xapi", "lrs"],
"type": "project",
"homepage": "http://www.lxhive.com/",
"require": {
"slim/slim": "3.*",
"justinrainbow/json-schema": "~4.0",
"league/url": "~3.3",
"ramsey/uuid": "3.*",
"league/flysystem": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"symfony/console": "*",
"symfony/yaml": "~2.6",
"monolog/monolog": "^1.21",
"slim/twig-view": "^2.1",
"symfony/event-dispatcher": "^3.2",
"ext-mongodb": "*",
"container-interop/container-interop": "^1.2",
"pimple/pimple": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "5.5.*"
},
"autoload": {
"psr-4": {
"API\\": "src/xAPI"
}
}
}