delahaye / dlh_googlemaps

Google Maps Extension für Contao
20 stars 26 forks source link

Aktuelle Version ist nicht mehr kompatibel zu Contao 3 #84

Closed Ynda closed 6 years ago

Ynda commented 6 years ago

Die Abhängigkeit zu contao-community-alliance/composer-plugin 3. erzeugt einen Konflikt, das diese Version nicht mehr kompatibel zu Contao 3. ist

Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

Webstylerin commented 6 years ago

Habe gerade das gleiche Problem. Nutze Contao 3.5.29.

dive13 commented 6 years ago

Kann ich bestätigen. Lässt sich unter 3.5.29 per Composer nicht installieren.

Ynda commented 6 years ago

Um eine Kompatibilität für Contao3 und 4 zu erhalten ist folgender Eintrag nötig:

Require the Contao Composer Plugin

There are two different versions of the Plugin currently actively supported.

Make sure to require the correct version of the plugin. If your module does support Contao 3 and Contao 4, the correct require statement looks like this: { "require": { "contao-community-alliance/composer-plugin": "~2.4 || ~3.0" } } https://github.com/contao-community-alliance/composer-plugin

csaeum commented 6 years ago

Bitte dringend die Vorschläge von YNDA umsetzen in der aktuellen 3.x geht überhaupt nichts!!!

GMTeams commented 6 years ago

Auch unter 3.5.31 keine Installation möglich. Manuellen Weg würde ich gerne vermeiden wenn möglich.

delahaye commented 6 years ago

Im kommenden Release ist das behoben/eingebaut. Danke für die Unterstützung!