From 41cd7581467a70e35d0507c1f90f2caaeef89ae8 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Sat, 3 Sep 2022 07:51:46 +0100 Subject: [PATCH] Issue #3307361 by mondrake, Spokje: Skip PHPStan 1.8.3 --- composer.json | 3 +++ composer.lock | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1f689f1ac09e..40cf1337dbec 100644 --- a/composer.json +++ b/composer.json @@ -38,6 +38,9 @@ "symfony/browser-kit": "^6.1", "symfony/dom-crawler": "^6.1" }, + "conflict": { + "phpstan/phpstan": "1.8.3" + }, "replace": { "symfony/polyfill-php72": "*", "symfony/polyfill-php73": "*" diff --git a/composer.lock b/composer.lock index 0d32090aa462..af4bb0453293 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": "9b730367af76ec2a7508a0f5bcb1f8e8", + "content-hash": "51cd1f4d1509625e924134edd7084442", "packages": [ { "name": "asm89/stack-cors", -- GitLab