mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
* smallPART/LTI: updating ceLTIc LTI library to laterst version 4.8.0
This commit is contained in:
parent
1eff71056e
commit
e28035e4f1
33
composer.lock
generated
33
composer.lock
generated
@ -340,20 +340,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "celtic/lti",
|
"name": "celtic/lti",
|
||||||
"version": "v4.4.1",
|
"version": "v4.8.0",
|
||||||
"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": "b2c675187597c3bf2b6bdc82c5f549ea1400ca22"
|
"reference": "d45065552613c23045413af4596116424fa93bc0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/celtic-project/LTI-PHP/zipball/b2c675187597c3bf2b6bdc82c5f549ea1400ca22",
|
"url": "https://api.github.com/repos/celtic-project/LTI-PHP/zipball/d45065552613c23045413af4596116424fa93bc0",
|
||||||
"reference": "b2c675187597c3bf2b6bdc82c5f549ea1400ca22",
|
"reference": "d45065552613c23045413af4596116424fa93bc0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"firebase/php-jwt": "^5.0.0",
|
"firebase/php-jwt": "^5.5.0",
|
||||||
"php": ">=5.6.0"
|
"php": ">=5.6.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@ -377,7 +377,11 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"LTI"
|
"LTI"
|
||||||
],
|
],
|
||||||
"time": "2021-04-26T18:12:27+00:00"
|
"support": {
|
||||||
|
"issues": "https://github.com/celtic-project/LTI-PHP/issues",
|
||||||
|
"source": "https://github.com/celtic-project/LTI-PHP/tree/v4.8.0"
|
||||||
|
},
|
||||||
|
"time": "2022-06-27T15:42:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/installers",
|
"name": "composer/installers",
|
||||||
@ -3075,16 +3079,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firebase/php-jwt",
|
"name": "firebase/php-jwt",
|
||||||
"version": "v5.2.1",
|
"version": "v5.5.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/firebase/php-jwt.git",
|
"url": "https://github.com/firebase/php-jwt.git",
|
||||||
"reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23"
|
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
|
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6",
|
||||||
"reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23",
|
"reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -3093,6 +3097,9 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": ">=4.8 <=9"
|
"phpunit/phpunit": ">=4.8 <=9"
|
||||||
},
|
},
|
||||||
|
"suggest": {
|
||||||
|
"paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
||||||
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@ -3121,7 +3128,11 @@
|
|||||||
"jwt",
|
"jwt",
|
||||||
"php"
|
"php"
|
||||||
],
|
],
|
||||||
"time": "2021-02-12T00:02:00+00:00"
|
"support": {
|
||||||
|
"issues": "https://github.com/firebase/php-jwt/issues",
|
||||||
|
"source": "https://github.com/firebase/php-jwt/tree/v5.5.1"
|
||||||
|
},
|
||||||
|
"time": "2021-11-08T20:18:51+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gettext/gettext",
|
"name": "gettext/gettext",
|
||||||
|
Loading…
Reference in New Issue
Block a user