From 4f1ac7ed813b69148aa0dd7b3993805f751dbd0d Mon Sep 17 00:00:00 2001 From: Claudiu Cristea <clau.cristea@gmail.com> Date: Mon, 6 Mar 2023 18:33:20 +0200 Subject: [PATCH] ISAICP-7608: Coder patch doesn't apply anymore. --- composer.json | 3 --- composer.lock | 14 +++++++------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 6f456c7464..70f9192262 100644 --- a/composer.json +++ b/composer.json @@ -247,9 +247,6 @@ "drupal/core": "-p2" }, "patches": { - "drupal/coder": { - "PHPCS hangs indefinetly with standard Drupal @see https://www.drupal.org/project/coder/issues/3306999": "https://git.drupalcode.org/project/coder/-/commit/446dea2.diff" - }, "drupal/cas": { "Should CAS respect Drupal registration configuration @see https://www.drupal.org/project/cas/issues/3038279": "https://git.drupalcode.org/project/cas/-/merge_requests/23.diff", "More details when registration is denied by a subscriber @see https://www.drupal.org/project/cas/issues/3325353": "https://git.drupalcode.org/project/cas/-/merge_requests/20.diff" diff --git a/composer.lock b/composer.lock index 2a3edc1136..5332709869 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": "690f446e6c5fdaeac65e2455b92dd2ab", + "content-hash": "e4234b3059de4ca71e54681754fadf25", "packages": [ { "name": "asm89/stack-cors", @@ -16641,20 +16641,20 @@ }, { "name": "drupal/coder", - "version": "8.3.16", + "version": "8.3.17", "source": { "type": "git", "url": "https://github.com/pfrenssen/coder.git", - "reference": "d6f6112e5e84ff4f6baaada223c93dadbd6d3887" + "reference": "1c4662337418ab88c9ddf40348f0638e35d49182" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pfrenssen/coder/zipball/d6f6112e5e84ff4f6baaada223c93dadbd6d3887", - "reference": "d6f6112e5e84ff4f6baaada223c93dadbd6d3887", + "url": "https://api.github.com/repos/pfrenssen/coder/zipball/1c4662337418ab88c9ddf40348f0638e35d49182", + "reference": "1c4662337418ab88c9ddf40348f0638e35d49182", "shasum": "" }, "require": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", + "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0", "ext-mbstring": "*", "php": ">=7.1", "sirbrillig/phpcs-variable-analysis": "^2.11.7", @@ -16688,7 +16688,7 @@ "issues": "https://www.drupal.org/project/issues/coder", "source": "https://www.drupal.org/project/coder" }, - "time": "2022-08-20T17:31:46+00:00" + "time": "2023-02-19T21:05:01+00:00" }, { "name": "drupal/composer_deploy", -- GitLab