Aha, Danke xchs, zum Installieren sollte die composer.phar demnach im root liegen
Ich rufe den Composer Install im Root-Verzeichnis auf.
, zum Updaten einer Installation muß diese Datei dann zunächst ins root der Contao-Installation verschoben werden, verstanden. Bei mir ging das Verschieben via Konsole so
Code:
mv composer.phar test02/composer.phar
Im root der Contao-Installation habe ich dann diesen Befehl ausgeführt:
Code:
php71 composer.phar require contao/manager-bundle ^4.5
Leider führte das zu der Ausgabe:
Code:
./composer.json has been updated
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
- Conclusion: don't install contao/manager-bundle 4.5.7
- Conclusion: don't install contao/manager-bundle 4.5.6
- Conclusion: don't install contao/manager-bundle 4.5.5
- Conclusion: don't install contao/manager-bundle 4.5.4
- Conclusion: don't install contao/manager-bundle 4.5.3
- Conclusion: don't install contao/manager-bundle 4.5.2
- Conclusion: don't install contao/manager-bundle 4.5.1
- contao/manager-bundle 4.5.0 conflicts with contao/core-bundle[4.5.2].
- contao/manager-bundle 4.5.0 conflicts with contao/core-bundle[4.5.3].
- contao/manager-bundle 4.5.0 conflicts with contao/core-bundle[4.5.4].
- contao/manager-bundle 4.5.0 conflicts with contao/core-bundle[4.5.5].
- contao/manager-bundle 4.5.0 conflicts with contao/core-bundle[4.5.6].
- contao/manager-bundle 4.5.0 conflicts with contao/core-bundle[4.5.7].
- Conclusion: remove contao-components/dropzone 4.3.0
- Installation request for contao/manager-bundle ^4.5 -> satisfiable by contao/manager-bundle[4.5.0, 4.5.1, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7].
- Conclusion: don't install contao-components/dropzone 4.3.0
- contao/manager-bundle 4.5.0 requires contao/core-bundle 4.5.* -> satisfiable by contao/core-bundle[4.5.0, 4.5.1, 4.5.2, 4.5.3, 4.5.4, 4.5.5, 4.5.6, 4.5.7].
- contao/core-bundle 4.5.0 requires contao-components/dropzone ^5.0.1 -> satisfiable by contao-components/dropzone[5.0.1, 5.1.0, 5.1.1].
- contao/core-bundle 4.5.1 requires contao-components/dropzone ^5.0.1 -> satisfiable by contao-components/dropzone[5.0.1, 5.1.0, 5.1.1].
- Can only install one of: contao-components/dropzone[5.0.1, 4.3.0].
- Can only install one of: contao-components/dropzone[5.1.0, 4.3.0].
- Can only install one of: contao-components/dropzone[5.1.1, 4.3.0].
- Installation request for contao-components/dropzone (locked at 4.3.0) -> satisfiable by contao-components/dropzone[4.3.0].
Installation failed, reverting ./composer.json to its original content.
Irgendwas mache ich noch falsch.