using only ceLTIc/LTI for SmallPART LTI (1.3 and 1.0)

This commit is contained in:
Ralf Becker 2021-05-12 18:52:09 +02:00
parent 89e67616de
commit 992b71a912

89
composer.lock generated
View File

@ -380,19 +380,20 @@
}, },
{ {
"name": "celtic/lti", "name": "celtic/lti",
"version": "v3.3.0", "version": "v4.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/celtic-project/LTI-PHP.git", "url": "https://github.com/celtic-project/LTI-PHP.git",
"reference": "8805e25dcd5bfa559ac876684d153ef4bc2e0166" "reference": "b2c675187597c3bf2b6bdc82c5f549ea1400ca22"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/celtic-project/LTI-PHP/zipball/8805e25dcd5bfa559ac876684d153ef4bc2e0166", "url": "https://api.github.com/repos/celtic-project/LTI-PHP/zipball/b2c675187597c3bf2b6bdc82c5f549ea1400ca22",
"reference": "8805e25dcd5bfa559ac876684d153ef4bc2e0166", "reference": "b2c675187597c3bf2b6bdc82c5f549ea1400ca22",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"firebase/php-jwt": "^5.0.0",
"php": ">=5.6.0" "php": ">=5.6.0"
}, },
"type": "library", "type": "library",
@ -416,7 +417,7 @@
"keywords": [ "keywords": [
"LTI" "LTI"
], ],
"time": "2020-06-25T14:21:48+00:00" "time": "2021-04-26T18:12:27+00:00"
}, },
{ {
"name": "components/bootstrap", "name": "components/bootstrap",
@ -1426,17 +1427,16 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/EGroupware/smallpart.git", "url": "https://github.com/EGroupware/smallpart.git",
"reference": "67d1bedf2ef4f164503af4fcc765b5038d2e0da2" "reference": "1189949"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/EGroupware/smallpart/zipball/67d1bedf2ef4f164503af4fcc765b5038d2e0da2", "url": "https://api.github.com/repos/EGroupware/smallpart/zipball/1189949",
"reference": "67d1bedf2ef4f164503af4fcc765b5038d2e0da2", "reference": "1189949",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"celtic/lti": "^3.0.0", "celtic/lti": "^4.4.1"
"imsglobal/lti-1p3-tool": "dev-master"
}, },
"type": "egroupware-app", "type": "egroupware-app",
"autoload": { "autoload": {
@ -1464,7 +1464,7 @@
], ],
"description": "EGroupware smallPART - selfdirected media assisted learning lectures & Process Analysis Reflection Tool", "description": "EGroupware smallPART - selfdirected media assisted learning lectures & Process Analysis Reflection Tool",
"homepage": "https://www.smallpart.de/", "homepage": "https://www.smallpart.de/",
"time": "2021-03-30T16:12:48+00:00" "time": "2021-05-12T16:36:47+00:00"
}, },
{ {
"name": "egroupware/status", "name": "egroupware/status",
@ -1667,24 +1667,24 @@
"time": "2015-09-02T00:00:00+00:00" "time": "2015-09-02T00:00:00+00:00"
}, },
{ {
"name": "fproject/php-jwt", "name": "firebase/php-jwt",
"version": "4.0.5", "version": "v5.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fproject/php-jwt.git", "url": "https://github.com/firebase/php-jwt.git",
"reference": "91047b202bbe7d966e8fce67ab16ebca8bdcb6b7" "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fproject/php-jwt/zipball/91047b202bbe7d966e8fce67ab16ebca8bdcb6b7", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
"reference": "91047b202bbe7d966e8fce67ab16ebca8bdcb6b7", "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.4.0" "php": ">=5.3.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.8.36" "phpunit/phpunit": ">=4.8 <=9"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1706,16 +1706,15 @@
"name": "Anant Narayanan", "name": "Anant Narayanan",
"email": "anant@php.net", "email": "anant@php.net",
"role": "Developer" "role": "Developer"
},
{
"name": "Bui Sy Nguyen",
"email": "nguyenbs@gmail.com",
"role": "Developer"
} }
], ],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Support several key types including JWK.", "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https://github.com/fproject/php-jwt", "homepage": "https://github.com/firebase/php-jwt",
"time": "2018-04-02T10:36:30+00:00" "keywords": [
"jwt",
"php"
],
"time": "2021-02-12T00:02:00+00:00"
}, },
{ {
"name": "fxp/composer-asset-plugin", "name": "fxp/composer-asset-plugin",
@ -2164,42 +2163,6 @@
"abandoned": "guzzle/guzzle", "abandoned": "guzzle/guzzle",
"time": "2014-02-05T18:29:46+00:00" "time": "2014-02-05T18:29:46+00:00"
}, },
{
"name": "imsglobal/lti-1p3-tool",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/IMSGlobal/lti-1-3-php-library.git",
"reference": "3a192de99f3783d76caea462b0d04db28569c123"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/IMSGlobal/lti-1-3-php-library/zipball/3a192de99f3783d76caea462b0d04db28569c123",
"reference": "3a192de99f3783d76caea462b0d04db28569c123",
"shasum": ""
},
"require": {
"fproject/php-jwt": "^4.0",
"phpseclib/phpseclib": "^2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"IMSGlobal\\LTI\\": "src/lti"
}
},
"authors": [
{
"name": "Martin Lenord",
"email": "ims.m@rtin.dev"
}
],
"support": {
"source": "https://github.com/IMSGlobal/lti-1-3-php-library/tree/master",
"issues": "https://github.com/IMSGlobal/lti-1-3-php-library/issues"
},
"time": "2020-06-03T16:10:05+00:00"
},
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
"version": "3.4.5", "version": "3.4.5",