Skip to content

Commit

Permalink
Added LTI-PHP dependency to composer.json file and updated the compos…
Browse files Browse the repository at this point in the history
…er.lock file.

The composer.json file has been modified to include the LTI-PHP dependency, required in the LTI module to stop including external libraries inside the module itself.
Additionally, the composer.lock file has been updated to reflect the changes in dependencies, ensuring consistent versions across different environments.
  • Loading branch information
ZallaxDev committed Oct 15, 2024
1 parent 7ef4fd1 commit 0189c5d
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"simplesamlphp/simplesamlphp": "^2.2.0",
"phpunit/phpunit": "^10.5",
"monolog/monolog": "^2.9.3",
"phpoffice/phpspreadsheet": "^2.2"
"phpoffice/phpspreadsheet": "^2.2",
"celtic/lti": "^5.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.40",
Expand Down
110 changes: 109 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0189c5d

Please sign in to comment.