From e34f711d09f066111284644004cfd11ca7cf66d5 Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Sat, 15 Aug 2026 15:40:08 +0200 Subject: [PATCH 1/2] Require the file usage extension 4.1.0 Support for the 3.x line is dropped, the integration is developed against the 4.x line. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7cdad2069..ee060afbe 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "contao/manager-bundle": "^5.3.0 <5.7.0", "contao/manager-plugin": "^2.8", "doctrine/doctrine-bundle": "^2.8.3", - "inspiredminds/contao-file-usage": "^3.0.1 || ^4.0", + "inspiredminds/contao-file-usage": "^4.1.0", "phpcq/runner-bootstrap": "^1.0@dev" }, "autoload": { From e3188db54408b5c1976589e0d5ac000281fb752a Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Sat, 15 Aug 2026 16:29:09 +0200 Subject: [PATCH 2/2] Trust the release key of PHP_CodeSniffer 4.0.4 The phars are signed with the release key of PHPCSStandards (96E91A992CF22FF4, Juliette Reinders Folmer ). Without it among the trusted keys phpcq stops with an interactive trust prompt when installing the tool and aborts. --- .phpcq.yaml.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/.phpcq.yaml.dist b/.phpcq.yaml.dist index 24a7df467..e6ab6bbf7 100644 --- a/.phpcq.yaml.dist +++ b/.phpcq.yaml.dist @@ -52,6 +52,7 @@ phpcq: - 5E6DDE998AB73B8E - A978220305CD5C32 - 97B02DD8E5071466 + - 96E91A992CF22FF4 # Composer normalize - C00543248C87FB13 # phpmd