From 89f5ac7411574e33f369ad6b84b422892668adda Mon Sep 17 00:00:00 2001 From: Yeni Atencio <47239456+yeniatencio@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:03:55 +1100 Subject: [PATCH 1/2] adding patch for content lock (#466) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1388e38a0..3333632e1 100644 --- a/composer.json +++ b/composer.json @@ -252,7 +252,8 @@ "Dropbutton RHS highlight covers adjacent text - https://www.drupal.org/project/paragraphs/issues/3350747#comment-14986371": "https://www.drupal.org/files/issues/2023-03-28/paragraph-dropdown-button-obscure-text-2.patch" }, "drupal/content_lock": { - "Altering timeout message - https://www.drupal.org/project/content_lock/issues/3214877#comment-14108752": "https://www.drupal.org/files/issues/2021-05-20/content_lock_3214877_3.patch" + "Altering timeout message - https://www.drupal.org/project/content_lock/issues/3214877#comment-14108752": "https://www.drupal.org/files/issues/2021-05-20/content_lock_3214877_3.patch", + "Fix PHP 8.2+ deprecation notices - https://www.drupal.org/project/content_lock/issues/3343964#comment-15061454": "https://www.drupal.org/files/issues/2023-05-22/3343964-5.patch" }, "lesstif/php-jira-rest-client": { "Supports email lookup": "https://patch-diff.githubusercontent.com/raw/dpc-sdp/php-jira-rest-client/pull/1.diff" From e15780e105ddd8a724cd7e10b736a764e7ba8b29 Mon Sep 17 00:00:00 2001 From: Md Nadim Hossain Date: Thu, 1 Feb 2024 16:17:58 +1100 Subject: [PATCH 2/2] Locked respect/validation to latest release to avoid composer conflcts. (#471) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3333632e1..bfced949c 100644 --- a/composer.json +++ b/composer.json @@ -76,7 +76,7 @@ "lesstif/php-jira-rest-client": "2.6.0", "drupal/jira_rest": "^4.0@beta", "drupal/ckeditor5_embedded_content": "1.0.1", - "respect/validation": "dev-master", + "respect/validation": "2.3.1", "giggsey/libphonenumber-for-php": "^8.13", "drupal/site_alert": "^1.3", "lcobucci/clock": "3.0.0"