-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
39 lines (35 loc) · 970 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
33
34
35
36
37
38
39
{
"name": "intracto/lti-consumer-bundle",
"type": "symfony-bundle",
"description": "This bundle is a consumer setup for the LTI protocol",
"keywords": ["software", "consumer", "LTI"],
"homepage": "https://github.com/intracto",
"license": "MIT",
"authors": [
{
"name": "Joeri Timmermans",
"email": "info@pix-art.be"
},
{
"name": "Mats Vanspringel",
"email": "mats.vanspringel@intracto.com"
},
{
"name": "Yves Maerschalck",
"email": "yves.maerschalck@intracto.com"
}
],
"require": {
"php": ">=7.1.3",
"symfony/framework-bundle": "~6.4",
"symfony/options-resolver": "^6.4",
"symfony/form": "^6.4"
},
"config": {
"bin-dir": "bin"
},
"autoload": {
"psr-0": { "Intracto\\LTIConsumerBundle": "" }
},
"target-dir": "Intracto/LTIConsumerBundle"
}