From 584300db84b2b426a39722529b626c010c8de40d Mon Sep 17 00:00:00 2001 From: poyuk Date: Tue, 31 Jan 2023 12:52:51 +0100 Subject: [PATCH 1/2] fix: apply latest `lib-lti1p3-proctoring` with extra-time fix --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 212ee84..5787df3 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "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.4.0", + "oat-sa/lib-lti1p3-proctoring": "^0.5.0", "oat-sa/lib-lti1p3-submission-review": "^0.1.0", "ramsey/uuid": "^3.9 || ^4", "sensio/framework-extra-bundle": "^6.1", diff --git a/composer.lock b/composer.lock index 0ad6cf3..9426ab8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d0b51816bde6048003d8b2dcec14b83a", + "content-hash": "8e27f30286f54253b26bfd374d0a79f8", "packages": [ { "name": "brick/math", @@ -1552,16 +1552,16 @@ }, { "name": "oat-sa/lib-lti1p3-proctoring", - "version": "0.4.0", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/oat-sa/lib-lti1p3-proctoring.git", - "reference": "7b09e4793fe4c176e64d2f8dcf29f172908e195b" + "reference": "792a0e4619702b344ef5a0ce6c26fe4f47d9f06f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oat-sa/lib-lti1p3-proctoring/zipball/7b09e4793fe4c176e64d2f8dcf29f172908e195b", - "reference": "7b09e4793fe4c176e64d2f8dcf29f172908e195b", + "url": "https://api.github.com/repos/oat-sa/lib-lti1p3-proctoring/zipball/792a0e4619702b344ef5a0ce6c26fe4f47d9f06f", + "reference": "792a0e4619702b344ef5a0ce6c26fe4f47d9f06f", "shasum": "" }, "require": { @@ -1589,9 +1589,9 @@ "description": "OAT LTI 1.3 Proctoring Library", "support": { "issues": "https://github.com/oat-sa/lib-lti1p3-proctoring/issues", - "source": "https://github.com/oat-sa/lib-lti1p3-proctoring/tree/0.4.0" + "source": "https://github.com/oat-sa/lib-lti1p3-proctoring/tree/0.5.0" }, - "time": "2021-09-27T13:11:47+00:00" + "time": "2023-01-24T17:22:06+00:00" }, { "name": "oat-sa/lib-lti1p3-submission-review", From 7ce82f500912e236323a01f66552a1668148b505 Mon Sep 17 00:00:00 2001 From: poyuk Date: Tue, 31 Jan 2023 13:33:29 +0100 Subject: [PATCH 2/2] chore: bump service version --- config/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.yaml b/config/services.yaml index dc08ce0..a9ab742 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -8,7 +8,7 @@ parameters: application_env: '%env(resolve:APP_ENV)%' application_api_key: '%env(resolve:APP_API_KEY)%' application_vendors: '%kernel.project_dir%/vendor/composer/installed.php' - application_version: '2.5.0' + application_version: '2.5.1' container.dumper.inline_factories: true cache.redis.namespace: '%env(default:cache.redis.namespace.default:REDIS_CACHE_NAMESPACE)%' cache.redis.namespace.default: 'devkit'