Compare commits

...

3 Commits

Author SHA1 Message Date
David Molineus
2bab1fc701 Merge pull request #10 from qzminski/bugfix/assets-not-installed
Fix the assets not being installed in Contao /assets/ folder
2023-12-20 11:07:48 +01:00
Kamil Kuzminski
184fe85795 Include only v3 of the composer plugin 2023-12-20 09:11:27 +01:00
Kamil Kuzminski
041383ea4f Fix the assets not being installed in Contao /assets/ folder 2023-12-20 09:09:57 +01:00

View File

@@ -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":"~3.0"
},
"suggest": {
"netzmacht/contao-leaflet-maps": "Leaflet maps integration into Contao CMS"