Include only v3 of the composer plugin

This commit is contained in:
Kamil Kuzminski
2023-12-20 09:11:27 +01:00
parent 041383ea4f
commit 184fe85795

View File

@@ -20,7 +20,7 @@
"require":{ "require":{
"php":"^7.4 || ^8.0", "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" "contao-community-alliance/composer-plugin":"~3.0"
}, },
"suggest": { "suggest": {
"netzmacht/contao-leaflet-maps": "Leaflet maps integration into Contao CMS" "netzmacht/contao-leaflet-maps": "Leaflet maps integration into Contao CMS"