From c649c6ed684e427865b6f05ce9491737c2673b2d Mon Sep 17 00:00:00 2001 From: Ingolf Steinhardt Date: Thu, 6 Aug 2026 10:55:32 +0200 Subject: [PATCH] Allow inspiredminds/contao-file-usage 4.0 Widen the development dependency to the 4.x line so the file usage integration can get tested against it as well. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7f471242b..7cdad2069 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", + "inspiredminds/contao-file-usage": "^3.0.1 || ^4.0", "phpcq/runner-bootstrap": "^1.0@dev" }, "autoload": {