Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
{
2
    "name": "imsglobal/lti",
3
    "version" : "3.0.2",
4
    "description": "LTI Tool Provider Library",
5
    "keywords": ["lti"],
6
    "homepage": "https://www.imsglobal.org/lti",
7
    "type": "library",
8
    "license": "Apache-2.0",
9
    "authors":[
10
        {
11
            "name": "Stephen Vickers",
12
            "email": "svickers@imsglobal.org"
13
        }
14
    ],
15
    "require":{
16
        "php": ">=5.6.0"
17
    },
18
    "autoload":{
19
        "psr-4": {
20
            "IMSGlobal\\LTI\\": "src/"
21
        }
22
    }
23
}