This repository has been archived by the owner on May 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
55 lines (55 loc) · 1.67 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
{
"name": "smtech/reflexive-canvas-lti",
"description": "LTI tool provider class that includes the \"reflexive\" reach back into Canvas via the API",
"license": "LGPL-3.0",
"authors": [
{
"name": "Seth Battis",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"smtech\\ReflexiveCanvasLTI\\": "src/"
}
},
"minimum-stability": "stable",
"config": {
"secure-http": false
},
"repositories": [
{
"type": "package",
"package": {
"name": "spvsoftwareproducts/LTI_Tool_Provider",
"version": "2.5.01",
"dist": {
"url": "http://projects.oscelot.org/gf/download/frsrelease/956/6025/LTI_Tool_Provider-2.5.01.zip",
"type": "zip"
},
"license": "LGPL-3.0",
"authors": [
{
"name": "Stephen Vickers"
}
],
"homepage": "http://spvsoftwareproducts.com/php/lti_tool_provider/",
"autoload": {
"classmap": ["./"]
}
}
}
],
"require": {
"php": ">=5.6",
"spvsoftwareproducts/LTI_Tool_Provider": "~2.5",
"smtech/canvaspest": "~1.0",
"smtech/lti-configuration-xml": "~1.0",
"battis/appmetadata": "~1.0",
"battis/configxml": "~1.0",
"battis/data-utilities": "~0.1.3",
"myclabs/php-enum": "~1.0",
"pear/log": "~1.0"
},
"abandoned": "https://github.com/OSCELOT/LTI-PHP"
}