From 041383ea4fc9865d5337519ae3dc9df6b7825bf7 Mon Sep 17 00:00:00 2001 From: Kamil Kuzminski Date: Wed, 20 Dec 2023 09:09:57 +0100 Subject: [PATCH] Fix the assets not being installed in Contao /assets/ folder --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1cf6e08..e2121b9 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ }, "require":{ "php":"^7.4 || ^8.0", - "contao/core-bundle":"^4.13 || ^5.0" + "contao/core-bundle":"^4.13 || ^5.0", + "contao-community-alliance/composer-plugin":"~2.4 || ~3.0" }, "suggest": { "netzmacht/contao-leaflet-maps": "Leaflet maps integration into Contao CMS"