From 041383ea4fc9865d5337519ae3dc9df6b7825bf7 Mon Sep 17 00:00:00 2001 From: Kamil Kuzminski Date: Wed, 20 Dec 2023 09:09:57 +0100 Subject: [PATCH 1/2] 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" From 184fe85795a4eb8f4a4f910bee3e3aecc84dc660 Mon Sep 17 00:00:00 2001 From: Kamil Kuzminski Date: Wed, 20 Dec 2023 09:11:27 +0100 Subject: [PATCH 2/2] Include only v3 of the composer plugin --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e2121b9..cf91d09 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require":{ "php":"^7.4 || ^8.0", "contao/core-bundle":"^4.13 || ^5.0", - "contao-community-alliance/composer-plugin":"~2.4 || ~3.0" + "contao-community-alliance/composer-plugin":"~3.0" }, "suggest": { "netzmacht/contao-leaflet-maps": "Leaflet maps integration into Contao CMS"