LTI-Tool-Provider-Library-PHP/composer.json

24 lines
499 B
JSON
Raw Permalink Normal View History

2016-07-19 19:51:45 +00:00
{
"name": "imsglobal/lti",
"version" : "3.0.2",
2016-07-19 19:51:45 +00:00
"description": "LTI Tool Provider Library",
"keywords": ["lti"],
"homepage": "https://www.imsglobal.org/lti",
"type": "library",
"license": "Apache-2.0",
"authors":[
{
"name": "Stephen Vickers",
"email": "svickers@imsglobal.org"
}
],
"require":{
"php": ">=5.6.0"
2016-07-19 19:51:45 +00:00
},
"autoload":{
"psr-4": {
"IMSGlobal\\LTI\\": "src/"
}
}
}