Skip to content

Commit

Permalink
Feature TR-5944 upgrade LTI 1.3 library dependencies (#158)
Browse files Browse the repository at this point in the history
* upgrade php base images

* fix: `application_version` value

* fix: fixed deep linking icon url validation

* update php libs grpc, protobuf

* chore: try out dev-feature/TR-5944/upgrade-dependencies LTI 1.3 libraries

---------

Co-authored-by: Oleg Blazhyievskyi <oleg.blazhyievskyi@taotesting.com>
Co-authored-by: Péter Halász <18699247+peetya@users.noreply.github.com>
Co-authored-by: alex-blazh <3927747+alex-blazh@users.noreply.github.com>
  • Loading branch information
4 people authored Dec 22, 2023
1 parent 8131786 commit 50b9da7
Show file tree
Hide file tree
Showing 5 changed files with 1,258 additions and 982 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"type": "project",
"license": "GPL-2.0-only",
"require": {
"php": ">=7.2.0",
"php": ">=8.2.0",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"oat-sa/bundle-health-check": "^2.1",
"oat-sa/bundle-lti1p3": "^6.1",
"oat-sa/lib-lti1p3-ags": "^1.1",
"oat-sa/lib-lti1p3-basic-outcome": "^4.1",
"oat-sa/lib-lti1p3-deep-linking": "^4.0",
"oat-sa/lib-lti1p3-nrps": "^7.0",
"oat-sa/lib-lti1p3-proctoring": "^0.5.0",
"oat-sa/lib-lti1p3-submission-review": "^0.1.0",
"oat-sa/bundle-lti1p3": "^7.1",
"oat-sa/lib-lti1p3-ags": "^2.0",
"oat-sa/lib-lti1p3-basic-outcome": "^5.0",
"oat-sa/lib-lti1p3-deep-linking": "^4.1",
"oat-sa/lib-lti1p3-nrps": "^8.0",
"oat-sa/lib-lti1p3-proctoring": "^1.0",
"oat-sa/lib-lti1p3-submission-review": "^1.0",
"ramsey/uuid": "^3.9 || ^4",
"sensio/framework-extra-bundle": "^6.1",
"symfony/console": "^5.3",
Expand Down
Loading

0 comments on commit 50b9da7

Please sign in to comment.