Vendor: Fix LTI dependencies

pull/3065/head
Angel Fernando Quiroz Campos 6 years ago
parent 86cc262af8
commit cb40d1a28f
  1. 9
      composer.json

@ -59,12 +59,12 @@
"ext-zlib": "*",
"ezyang/htmlpurifier": "4.9.*",
"facebook/php-sdk-v4": "~5.0",
"firebase/php-jwt": "~3.0||~4.0||~5.0",
"friendsofsymfony/user-bundle": "~1.3",
"graphp/algorithms": "~0.8.0",
"graphp/graphviz": "~0.2.0",
"guzzlehttp/guzzle": "~6.0",
"imagine/imagine": "0.6.3",
"imsglobal/lti-1p3-tool": "dev-master",
"ircmaxell/password-compat": "~1.0.4",
"jbroadway/urlify": "1.1.0-stable",
"jeroendesloovere/vcard": "~1.7",
@ -86,6 +86,7 @@
"php-ffmpeg/php-ffmpeg": "0.5.1",
"phpoffice/phpexcel": "~1.8",
"phpoffice/phpword": "~0.14",
"phpseclib/phpseclib": "^2.0",
"robrichards/xmlseclibs": "3.0.*",
"sabre/vobject": "~3.1",
"sonata-project/admin-bundle": "~3.1",
@ -124,12 +125,6 @@
"behat/mink-selenium2-driver": "*",
"phpunit/phpunit": "^8.4"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/IMSGlobal/lti-1-3-php-library"
}
],
"scripts": {
"pre-install-cmd": [
"Chamilo\\CoreBundle\\Composer\\ScriptHandler::deleteOldFilesFrom19x"

Loading…
Cancel
Save