Contao-Camp 2024
Ergebnis 1 bis 39 von 39

Thema: Contao Manager -> Composer Abhängigkeiten -> Error-Meldung

  1. #1
    Contao-Nutzer
    Registriert seit
    27.07.2017.
    Beiträge
    168

    Fehler Contao Manager -> Composer Abhängigkeiten -> Error-Meldung

    Hi zusammen,

    wenn ich ich im Contao Manager (Version 1.4.1) die Composer Abhängigkeiten aktualisieren will, erhalte ich folgende Fehlermeldung.

    Code:
    $ /usr/bin/php7.3-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /homepages/23/d35639183/htdocs/wm-sportzentrum-website/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    The "contao-components/installer" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    The "ocramius/package-versions" plugin was skipped because it requires a Plugin API version ("^1.0.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao/manager-plugin" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao-community-alliance/composer-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    The "robloach/component-installer" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
    Your lock file does not contain a compatible set of packages. Please run composer update.
      Problem 1
        - contao-community-alliance/composer-plugin is locked to version 3.0.9 and an update of this package was not requested.
        - contao-community-alliance/composer-plugin 3.0.9 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
      Problem 2
        - contao-components/installer is locked to version 1.3.1 and an update of this package was not requested.
        - contao-components/installer 1.3.1 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
      Problem 3
        - contao/manager-plugin is locked to version 2.7.1 and an update of this package was not requested.
        - contao/manager-plugin 2.7.1 requires composer-plugin-api ^1.1 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
      Problem 4
        - ocramius/package-versions is locked to version 1.5.1 and an update of this package was not requested.
        - ocramius/package-versions 1.5.1 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
      Problem 5
        - robloach/component-installer is locked to version 0.2.3 and an update of this package was not requested.
        - robloach/component-installer 0.2.3 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
      Problem 6
        - lib-xsl is present at version 1.1.28.0 and cannot be modified by Composer
        - Only one of these can be installed: lib-libxslt[1.1.32], lib-xsl[1.1.28.0]. lib-libxslt replaces lib-xsl and thus cannot coexist with it.
        - lib-libxslt is present at version 1.1.32 and cannot be modified by Composer
    ocramius/package-versions only provides support for Composer 2 in 1.8+, which requires PHP 7.4.
    If you can not upgrade PHP you can require composer/package-versions-deprecated to resolve this with PHP 7.0+.
    You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
    # Process terminated with exit code 2
    # Result: Misuse of shell builtins
    Außerdem kann ich auch keine Pakete installieren oder aktualisieren. Hier erhalte ich diese Fehlermeldung:

    Code:
    composer update terminal42/notification_center contao-components/installer contao/conflicts
    
    > Resolving dependencies using Composer Cloud v3.0.1
    !!! Current server is sponsored by: Contao Association !!!
    [6.6MiB/0.22s] Loading composer repositories with package information
    [56.6MiB/1.47s] Updating dependencies
    [1108.8MiB/7.22s] Your requirements could not be resolved to an installable set of packages.
    [1108.8MiB/7.22s] 
      Problem 1
        - contao/manager-plugin 2.7.1 requires composer-plugin-api ^1.1 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
        - contao/manager-bundle 4.8.5 requires contao/manager-plugin ^2.4 -> satisfiable by contao/manager-plugin[2.7.1].
        - contao/manager-bundle is locked to version 4.8.5 and an update of this package was not requested.
    You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
    [1108.8MiB/7.22s] <warning>Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.</warning>
    [44.4MiB/8.15s] Memory usage: 44.38MB (peak: 1109.63MB), time: 8.15s.
    [44.4MiB/8.15s] Finished Composer Cloud resolving.
    # Cloud Job ID fEgM2RWs4QL1eehrCbZEY4dA7qIEvd2waSSRoNyUVuazjD9jONENglxmF1EqzKbbRdPCravMAfK77nz2H2zClPSnBX7WXyK3iYjUVs failed
    Hoffe jemand kann mir weiterhelfen.

  2. #2
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Systemwartung » "Composer Update durchführen".
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Nutzer
    Registriert seit
    27.07.2017.
    Beiträge
    168

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Systemwartung » "Composer Update durchführen".
    Dann erscheint die oben erwähnte Fehlermeldung.

  4. #4
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Sicher? Mache einen Screencast von dem was du machst, um zu verifizieren, dass du tatsächlich ein Composer Update durchführen lässt.
    » sponsor me via GitHub or PayPal or Revolut

  5. #5
    Contao-Nutzer
    Registriert seit
    27.07.2017.
    Beiträge
    168

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Sicher? Mache einen Screencast von dem was du machst, um zu verifizieren, dass du tatsächlich ein Composer Update durchführen lässt.
    Bildschirmfoto 2021-02-25 um 20.41.05.png

    Bildschirmfoto 2021-02-25 um 20.41.33.png

    Bildschirmfoto 2021-02-25 um 20.40.55.png

  6. #6
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Du hast da eine andere Konsolenausgabe als zuvor. Die hättest du posten müssen.

    Das Problem ist die Erweiterung netzmacht/contao-font-awesome. Diese Erweiterung wird nicht mehr weiterentwickelt udn ist auch nicht mit Composer 2.x kompatibel. Diese Composer Version wird vom Contao Manager seit Version 1.4.0 verwendet. Du musst die Erweiterung daher deinstallieren und statt dessen Font-Awesome anderweitig einbinden.
    » sponsor me via GitHub or PayPal or Revolut

  7. #7
    Contao-Nutzer
    Registriert seit
    27.07.2017.
    Beiträge
    168

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Du hast da eine andere Konsolenausgabe als zuvor. Die hättest du posten müssen.

    Das Problem ist die Erweiterung netzmacht/contao-font-awesome. Diese Erweiterung wird nicht mehr weiterentwickelt udn ist auch nicht mit Composer 2.x kompatibel. Diese Composer Version wird vom Contao Manager seit Version 1.4.0 verwendet. Du musst die Erweiterung daher deinstallieren und statt dessen Font-Awesome anderweitig einbinden.
    Hmm.. und wie kann ich das deinstallieren? Wenn ich „Paket entfernen“ mache, erhalte ich ebenfalls eine Fehlermeldung. Und laut dem log scheinen wohl mehrere Pakete betroffen zu sein. Die müssen auch irgendwie entfernt werden nehme ich an?!

  8. #8
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Einfach das Paket entfernen und dann wieder "Composer Update durhcführen".
    » sponsor me via GitHub or PayPal or Revolut

  9. #9
    Contao-Nutzer
    Registriert seit
    27.07.2017.
    Beiträge
    168

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Einfach das Paket entfernen und dann wieder "Composer Update durhcführen".

    Das kommt wenn ich das Paket entferne:

    Bildschirmfoto 2021-02-25 um 21.05.39.png

    Anschließend ist das Paket immer noch da.

  10. #10
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Nein, du darfst die Änderung nicht anwenden. Du musst das Paket entfernen (oder manuell aus der composer.json löschen) und dann wieder "Composer Update durchführen".
    » sponsor me via GitHub or PayPal or Revolut

  11. #11
    Contao-Nutzer
    Registriert seit
    27.07.2017.
    Beiträge
    168

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Nein, du darfst die Änderung nicht anwenden. Du musst das Paket entfernen (oder manuell aus der composer.json löschen) und dann wieder "Composer Update durchführen".
    Verstehe es nicht...

    Es wird doch nur ausgeführt, wenn ich die Änderungen anwende. Siehe:

    Bildschirmfoto 2021-02-25 um 21.10.24.png

  12. #12
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Nein, es wird auch entfernt, wenn du "Composer Update ausführen" benutzt. Du musst "Composer Update ausführen" benutzen.
    » sponsor me via GitHub or PayPal or Revolut

  13. #13
    Contao-Nutzer
    Registriert seit
    27.07.2017.
    Beiträge
    168

    Standard

    Zitat Zitat von Spooky Beitrag anzeigen
    Nein, es wird auch entfernt, wenn du "Composer Update ausführen" benutzt. Du musst "Composer Update ausführen" benutzen.
    Sorry, das mache ich die ganze Zeit.

    Funktioniert leider nicht. Ich habe auch bereits die Einträge in der composer.json entfernt. Geht auch nicht.

  14. #14
    Contao-Nutzer
    Registriert seit
    17.11.2010.
    Beiträge
    15

    Standard

    Ich habe genau dieselben Probleme wie codehan.
    Es geht nichts mehr!
    - Ich kann keine Erweiterung aktualisieren oder entfernen. Bei mir sind 7 Erweiterungen betroffen (u.a. lauter Erweiterungen von RockSolid. Alle nicht kompatibel?)
    - Contao lässt sich nicht updaten (zB. von 4.9.2 auf 4.9.12.
    - Composer-Update lässt sich nicht durchführen: Bei composer-update kommt ok. bei composer-install Abbruch.

    Es geht nichts mehr, weder vor noch zurück.

  15. #15
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    @Codehanb, @blueberry: man kann euch nur dann helfen, wenn ihr auch sagt, was nicht geht, bzw. was für ein Fehler auftritt.


    Zitat Zitat von Codehan Beitrag anzeigen
    Sorry, das mache ich die ganze Zeit.

    Funktioniert leider nicht. Ich habe auch bereits die Einträge in der composer.json entfernt. Geht auch nicht.
    Also du hast die Erweiterung aus der composer.json entfernt und dann "Composer Update ausführen" benutzt? Was war die Konsolenausgabe davon?
    » sponsor me via GitHub or PayPal or Revolut

  16. #16
    Contao-Nutzer
    Registriert seit
    17.11.2010.
    Beiträge
    15

    Standard

    Das passiert, wenn ich ein Contao-Update von 4.9.2 auf 4.9.12 versuche:

    Code:
    > Resolving dependencies using Composer Cloud v3.0.1
    !!! Current server is sponsored by: Contao Association !!!
    
    
    [6.6MiB/0.23s] Loading composer repositories with package information
    [57.0MiB/1.50s] Updating dependencies
    [1131.0MiB/7.70s] Your requirements could not be resolved to an installable set of packages.
    [1131.0MiB/7.70s] 
      Problem 1
        - contao-community-alliance/composer-plugin 3.0.9 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
        - terminal42/contao-easy_themes 2.2.9 requires contao-community-alliance/composer-plugin ~2.4 || ~3.0 -> satisfiable by contao-community-alliance/composer-plugin[3.0.9].
        - terminal42/contao-easy_themes is locked to version 2.2.9 and an update of this package was not requested.
    
    You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
    [1131.0MiB/7.70s] Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
    [44.2MiB/8.56s] Memory usage: 44.24MB (peak: 1131.85MB), time: 8.57s.
    [44.2MiB/8.56s] Finished Composer Cloud resolving.
    
    
    # Cloud Job ID ibMmVG9NRhbXV94Rtf2dTKZiirgynXT3fufWsibkfiOQimxY3TbrrHBuCe6QPZh8b6eivkZYtvMXv76oq failed

  17. #17
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Siehe https://contao.org/de/news/contao-manager-1-4.html

    Nach dem Update auf Contao Manager 1.4 musst du "Composer Update ausführen".
    » sponsor me via GitHub or PayPal or Revolut

  18. #18
    Contao-Nutzer
    Registriert seit
    17.11.2010.
    Beiträge
    15

    Standard

    Das passiert nach dem Composer-Update:

    Code:
    > Resolving dependencies using Composer Cloud v3.0.1
    !!! Current server is sponsored by: Contao Association !!!
    
    
    [6.6MiB/0.26s] Loading composer repositories with package information
    [59.0MiB/2.07s] Updating dependencies
    [100.2MiB/35.17s] Lock file operations: 17 installs, 138 updates, 10 removals
    [100.2MiB/35.17s]   - Removing doctrine/doctrine-cache-bundle (1.4.0)
    [100.2MiB/35.17s]   - Removing doctrine/reflection (1.2.1)
    [100.2MiB/35.17s]   - Removing jdorn/sql-formatter (v1.2.17)
    [100.2MiB/35.18s]   - Removing ocramius/package-versions (1.5.1)
    [100.2MiB/35.18s]   - Removing scheb/two-factor-bundle (v4.14.0)
    [100.2MiB/35.18s]   - Removing sensiolabs/ansi-to-html (v1.1.3)
    [100.2MiB/35.18s]   - Removing symfony/inflector (v5.0.7)
    [100.2MiB/35.18s]   - Removing symfony/templating (v5.0.7)
    [100.2MiB/35.18s]   - Removing zendframework/zend-code (3.4.1)
    [100.2MiB/35.18s]   - Removing zendframework/zend-eventmanager (3.2.1)
    [100.2MiB/35.18s]   - Upgrading ausi/slug-generator (v1.1.0 => v1.1.1)
    [100.2MiB/35.18s]   - Upgrading bacon/bacon-qr-code (2.0.0 => 2.0.3)
    [100.2MiB/35.18s]   - Upgrading beberlei/assert (v3.2.7 => v3.3.0)
    [100.2MiB/35.19s]   - Upgrading clue/stream-filter (v1.4.1 => v1.5.0)
    [100.2MiB/35.19s]   - Upgrading composer/ca-bundle (1.2.7 => 1.2.9)
    [100.2MiB/35.19s]   - Locking composer/package-versions-deprecated (1.11.99.1)
    [100.2MiB/35.19s]   - Upgrading contao-community-alliance/composer-plugin (3.0.9 => 3.1.4)
    [100.2MiB/35.19s]   - Upgrading contao-components/ace (1.4.7 => 1.4.12)
    [100.2MiB/35.19s]   - Upgrading contao-components/colorbox (1.6.5 => 1.6.6)
    [100.2MiB/35.19s]   - Upgrading contao-components/contao (9.1.0 => 9.1.1)
    [100.2MiB/35.19s]   - Upgrading contao-components/dropzone (5.5.0 => 5.7.2)
    [100.2MiB/35.19s]   - Upgrading contao-components/highlight (9.16.1 => 9.18.1)
    [100.2MiB/35.19s]   - Upgrading contao-components/installer (1.4.0 => 1.4.1)
    [100.2MiB/35.19s]   - Upgrading contao-components/jquery (3.4.1 => 3.5.1)
    [100.2MiB/35.19s]   - Upgrading contao-components/tablesorter (2.1.1 => 2.31.3)
    [100.2MiB/35.20s]   - Upgrading contao-components/tinymce4 (4.9.6 => 4.9.12)
    [100.2MiB/35.20s]   - Upgrading contao/calendar-bundle (4.9.2 => 4.9.12)
    [100.2MiB/35.20s]   - Upgrading contao/comments-bundle (4.9.2 => 4.9.12)
    [100.2MiB/35.20s]   - Upgrading contao/conflicts (dev-master ba331b1 => dev-main 5844be3)
    [100.2MiB/35.20s]   - Upgrading contao/core-bundle (4.9.2 => 4.9.12)
    [100.2MiB/35.20s]   - Upgrading contao/faq-bundle (4.9.2 => 4.9.12)
    [100.2MiB/35.20s]   - Upgrading contao/image (1.0.1 => 1.0.3)
    [100.2MiB/35.20s]   - Upgrading contao/imagine-svg (0.2.2 => 1.0.2)
    [100.2MiB/35.20s]   - Upgrading contao/installation-bundle (4.9.2 => 4.9.12)
    [100.2MiB/35.20s]   - Upgrading contao/listing-bundle (4.9.2 => 4.9.12)
    [100.2MiB/35.20s]   - Upgrading contao/manager-bundle (4.9.2 => 4.9.12)
    [100.2MiB/35.20s]   - Upgrading contao/manager-plugin (2.8.0 => 2.11.0)
    [100.2MiB/35.20s]   - Upgrading contao/news-bundle (4.9.2 => 4.9.12)
    [100.2MiB/35.20s]   - Upgrading contao/newsletter-bundle (4.9.2 => 4.9.12)
    [100.2MiB/35.21s]   - Upgrading dasprid/enum (1.0.0 => 1.0.3)
    [100.2MiB/35.21s]   - Upgrading do-while/contao-backupdb-bundle (1.4.1 => 1.4.2)
    [100.2MiB/35.21s]   - Upgrading doctrine/annotations (1.10.1 => 1.12.1)
    [100.2MiB/35.21s]   - Upgrading doctrine/cache (1.10.0 => 1.10.2)
    [100.2MiB/35.21s]   - Upgrading doctrine/collections (1.6.4 => 1.6.7)
    [100.2MiB/35.21s]   - Upgrading doctrine/common (2.12.0 => 3.1.1)
    [100.2MiB/35.21s]   - Upgrading doctrine/dbal (v2.10.1 => 2.12.1)
    [100.2MiB/35.21s]   - Upgrading doctrine/doctrine-bundle (1.12.7 => 2.2.3)
    [100.2MiB/35.22s]   - Upgrading doctrine/event-manager (1.1.0 => 1.1.1)
    [100.2MiB/35.22s]   - Upgrading doctrine/inflector (1.3.1 => 2.0.3)
    [100.2MiB/35.22s]   - Upgrading doctrine/instantiator (1.3.0 => 1.4.0)
    [100.2MiB/35.22s]   - Upgrading doctrine/lexer (1.2.0 => 1.2.1)
    [100.2MiB/35.22s]   - Upgrading doctrine/orm (v2.7.2 => 2.8.2)
    [100.2MiB/35.22s]   - Upgrading doctrine/persistence (1.3.7 => 2.1.0)
    [100.2MiB/35.23s]   - Locking doctrine/sql-formatter (1.1.1)
    [100.2MiB/35.23s]   - Upgrading dragonmantank/cron-expression (v2.3.0 => v2.3.1)
    [100.2MiB/35.23s]   - Upgrading egulias/email-validator (2.1.17 => 2.1.25)
    [100.2MiB/35.23s]   - Upgrading friendsofsymfony/http-cache (2.9.0 => 2.10.0)
    [100.2MiB/35.23s]   - Upgrading friendsofsymfony/http-cache-bundle (2.8.0 => 2.10.2)
    [100.2MiB/35.23s]   - Upgrading imagine/imagine (1.2.3 => 1.2.4)
    [100.2MiB/35.23s]   - Upgrading knplabs/knp-menu (2.6.0 => v3.1.3)
    [100.2MiB/35.23s]   - Upgrading knplabs/knp-menu-bundle (v2.3.0 => v3.1.0)
    [100.2MiB/35.23s]   - Upgrading knplabs/knp-time-bundle (v1.11.0 => v1.15.0)
    [100.2MiB/35.24s]   - Locking laminas/laminas-code (4.0.0)
    [100.2MiB/35.24s]   - Locking laminas/laminas-eventmanager (3.3.0)
    [100.2MiB/35.24s]   - Locking laminas/laminas-zendframework-bridge (1.2.0)
    [100.2MiB/35.24s]   - Locking lcobucci/clock (2.0.0)
    [100.2MiB/35.24s]   - Upgrading lcobucci/jwt (3.3.1 => 4.1.2)
    [100.2MiB/35.24s]   - Upgrading madeyourday/contao-rocksolid-custom-elements (v2.2.14 => v2.2.17)
    [100.2MiB/35.24s]   - Upgrading madeyourday/contao-rocksolid-frontend-helper (v2.0.8 => v2.0.10)
    [100.2MiB/35.24s]   - Upgrading madeyourday/contao-rocksolid-icon-picker (v2.0.2 => v2.0.3)
    [100.2MiB/35.24s]   - Upgrading madeyourday/contao-rocksolid-slider (v2.0.13 => v2.0.21)
    [100.2MiB/35.24s]   - Upgrading madeyourday/contao-rocksolid-theme-assistant (v2.0.2 => v2.0.3)
    [100.2MiB/35.24s]   - Upgrading matthiasmullie/minify (1.3.63 => 1.3.66)
    [100.2MiB/35.24s]   - Upgrading monolog/monolog (1.25.3 => 1.26.0)
    [100.2MiB/35.24s]   - Upgrading nelmio/cors-bundle (1.5.6 => 2.1.0)
    [100.2MiB/35.24s]   - Upgrading nelmio/security-bundle (v2.9.0 => v2.10.2)
    [100.2MiB/35.24s]   - Upgrading nyholm/psr7 (1.2.1 => 1.4.0)
    [100.2MiB/35.24s]   - Upgrading ocramius/proxy-manager (2.2.3 => 2.11.1)
    [100.2MiB/35.24s]   - Upgrading paragonie/constant_time_encoding (v2.3.0 => v2.4.0)
    [100.2MiB/35.24s]   - Upgrading patchwork/utf8 (v1.3.2 => v1.3.3)
    [100.2MiB/35.25s]   - Upgrading php-http/client-common (2.1.0 => 2.3.0)
    [100.2MiB/35.25s]   - Upgrading php-http/discovery (1.7.4 => 1.13.0)
    [100.2MiB/35.25s]   - Upgrading php-http/httplug (2.1.0 => 2.2.0)
    [100.2MiB/35.25s]   - Upgrading php-http/message (1.8.0 => 1.11.0)
    [100.2MiB/35.25s]   - Upgrading php-http/promise (v1.0.0 => 1.1.0)
    [100.2MiB/35.25s]   - Upgrading phpspec/php-diff (v1.1.0 => v1.1.3)
    [100.2MiB/35.25s]   - Upgrading phpunit/php-token-stream (3.1.1 => 4.0.4)
    [100.2MiB/35.25s]   - Upgrading psr/http-client (1.0.0 => 1.0.1)
    [100.2MiB/35.25s]   - Locking scheb/2fa-backup-code (v5.6.0)
    [100.2MiB/35.25s]   - Locking scheb/2fa-bundle (v5.6.0)
    [100.2MiB/35.25s]   - Locking scheb/2fa-trusted-device (v5.6.0)
    [100.2MiB/35.25s]   - Upgrading scssphp/scssphp (1.0.9 => v1.4.1)
    [100.2MiB/35.25s]   - Upgrading simplepie/simplepie (1.5.4 => 1.5.6)
    [100.2MiB/35.25s]   - Upgrading spomky-labs/otphp (v9.1.4 => v10.0.1)
    [100.2MiB/35.26s]   - Upgrading swiftmailer/swiftmailer (v6.2.3 => v6.2.5)
    [100.2MiB/35.26s]   - Upgrading symfony-cmf/routing (2.2.0 => 2.3.3)
    [100.2MiB/35.26s]   - Upgrading symfony-cmf/routing-bundle (2.3.0 => 2.4.2)
    [100.2MiB/35.26s]   - Upgrading symfony/asset (v4.4.7 => v4.4.19)
    [100.2MiB/35.26s]   - Upgrading symfony/cache (v4.4.7 => v4.4.19)
    [100.2MiB/35.26s]   - Upgrading symfony/cache-contracts (v2.0.1 => v2.2.0)
    [100.2MiB/35.26s]   - Upgrading symfony/config (v4.4.7 => v4.4.19)
    [100.2MiB/35.26s]   - Upgrading symfony/console (v4.4.7 => v4.4.19)
    [100.2MiB/35.27s]   - Upgrading symfony/debug (v4.4.7 => v4.4.19)
    [100.2MiB/35.27s]   - Upgrading symfony/debug-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/35.27s]   - Upgrading symfony/dependency-injection (v4.4.7 => v4.4.19)
    [100.2MiB/35.27s]   - Locking symfony/deprecation-contracts (v2.2.0)
    [100.2MiB/35.27s]   - Upgrading symfony/doctrine-bridge (v4.4.7 => v4.4.19)
    [100.2MiB/35.27s]   - Upgrading symfony/dom-crawler (v4.4.7 => v4.4.19)
    [100.2MiB/35.27s]   - Upgrading symfony/dotenv (v4.4.7 => v4.4.19)
    [100.2MiB/35.28s]   - Upgrading symfony/error-handler (v4.4.7 => v4.4.19)
    [100.2MiB/35.28s]   - Upgrading symfony/event-dispatcher (v4.4.7 => v4.4.19)
    [100.2MiB/35.28s]   - Upgrading symfony/event-dispatcher-contracts (v1.1.7 => v1.1.9)
    [100.2MiB/35.28s]   - Upgrading symfony/expression-language (v4.4.7 => v4.4.19)
    [100.2MiB/35.28s]   - Upgrading symfony/filesystem (v4.4.7 => v4.4.19)
    [100.2MiB/35.28s]   - Upgrading symfony/finder (v4.4.7 => v4.4.19)
    [100.2MiB/35.28s]   - Upgrading symfony/framework-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/35.29s]   - Upgrading symfony/http-client (v4.4.7 => v4.4.19)
    [100.2MiB/35.29s]   - Upgrading symfony/http-client-contracts (v2.0.1 => v2.3.1)
    [100.2MiB/35.29s]   - Upgrading symfony/http-foundation (v4.4.7 => v4.4.19)
    [100.2MiB/35.29s]   - Upgrading symfony/http-kernel (v4.4.7 => v4.4.19)
    [100.2MiB/35.29s]   - Upgrading symfony/lock (v4.4.7 => v4.4.19)
    [100.2MiB/35.29s]   - Upgrading symfony/mime (v5.0.7 => v5.2.3)
    [100.2MiB/35.29s]   - Upgrading symfony/monolog-bridge (v4.4.7 => v4.4.19)
    [100.2MiB/35.29s]   - Upgrading symfony/monolog-bundle (v3.5.0 => v3.6.0)
    [100.2MiB/35.29s]   - Upgrading symfony/options-resolver (v5.0.7 => v5.2.3)
    [100.2MiB/35.29s]   - Upgrading symfony/polyfill-ctype (v1.15.0 => v1.22.1)
    [100.2MiB/35.29s]   - Upgrading symfony/polyfill-iconv (v1.15.0 => v1.22.1)
    [100.2MiB/35.30s]   - Locking symfony/polyfill-intl-grapheme (v1.22.1)
    [100.2MiB/35.30s]   - Upgrading symfony/polyfill-intl-idn (v1.15.0 => v1.22.1)
    [100.2MiB/35.30s]   - Locking symfony/polyfill-intl-normalizer (v1.22.1)
    [100.2MiB/35.30s]   - Upgrading symfony/polyfill-mbstring (v1.15.0 => v1.22.1)
    [100.2MiB/35.30s]   - Upgrading symfony/polyfill-php72 (v1.15.0 => v1.22.1)
    [100.2MiB/35.30s]   - Upgrading symfony/polyfill-php73 (v1.15.0 => v1.22.1)
    [100.2MiB/35.30s]   - Locking symfony/polyfill-php80 (v1.22.1)
    [100.2MiB/35.30s]   - Upgrading symfony/process (v4.4.7 => v4.4.19)
    [100.2MiB/35.30s]   - Upgrading symfony/property-access (v5.0.7 => v5.2.3)
    [100.2MiB/35.31s]   - Locking symfony/property-info (v5.2.3)
    [100.2MiB/35.31s]   - Upgrading symfony/proxy-manager-bridge (v4.4.7 => v4.4.18)
    [100.2MiB/35.31s]   - Upgrading symfony/routing (v4.4.7 => v4.4.19)
    [100.2MiB/35.31s]   - Upgrading symfony/security-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/35.31s]   - Upgrading symfony/security-core (v4.4.7 => v4.4.19)
    [100.2MiB/35.31s]   - Upgrading symfony/security-csrf (v5.0.7 => v5.2.3)
    [100.2MiB/35.31s]   - Upgrading symfony/security-guard (v4.4.7 => v4.4.19)
    [100.2MiB/35.31s]   - Upgrading symfony/security-http (v4.4.7 => v4.4.19)
    [100.2MiB/35.31s]   - Upgrading symfony/service-contracts (v2.0.1 => v2.2.0)
    [100.2MiB/35.31s]   - Upgrading symfony/stopwatch (v4.4.7 => v4.4.19)
    [100.2MiB/35.32s]   - Locking symfony/string (v5.2.3)
    [100.2MiB/35.32s]   - Upgrading symfony/swiftmailer-bundle (v3.4.0 => v3.5.2)
    [100.2MiB/35.32s]   - Upgrading symfony/translation (v4.4.7 => v4.4.19)
    [100.2MiB/35.32s]   - Upgrading symfony/translation-contracts (v2.0.1 => v2.3.0)
    [100.2MiB/35.32s]   - Upgrading symfony/twig-bridge (v4.4.7 => v4.4.19)
    [100.2MiB/35.32s]   - Upgrading symfony/twig-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/35.32s]   - Upgrading symfony/var-dumper (v4.4.7 => v4.4.19)
    [100.2MiB/35.32s]   - Upgrading symfony/var-exporter (v5.0.7 => v5.2.3)
    [100.2MiB/35.32s]   - Upgrading symfony/web-profiler-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/35.32s]   - Upgrading symfony/yaml (v4.4.7 => v4.4.19)
    [100.2MiB/35.32s]   - Upgrading terminal42/contao-easy_themes (2.2.9 => 2.2.11)
    [100.2MiB/35.32s]   - Upgrading terminal42/escargot (0.5.8 => 1.0.2)
    [100.2MiB/35.32s]   - Upgrading terminal42/service-annotation-bundle (1.0.0 => 1.1.3)
    [100.2MiB/35.32s]   - Locking thecodingmachine/safe (v1.3.3)
    [100.2MiB/35.33s]   - Upgrading toflar/psr6-symfony-http-cache-store (2.2.2 => 3.0.1)
    [100.2MiB/35.33s]   - Upgrading twig/twig (v2.12.5 => v2.14.3)
    [100.2MiB/35.33s]   - Upgrading ua-parser/uap-php (v3.9.7 => v3.9.14)
    [100.2MiB/35.33s]   - Locking webimpress/safe-writer (2.1.0)
    [100.2MiB/35.33s]   - Upgrading webmozart/assert (1.7.0 => 1.9.1)
    [99.6MiB/35.34s] Writing lock file
    [46.5MiB/35.39s] 9 package suggestions were added by new dependencies, use `composer suggest` to see details.
    [47.1MiB/35.39s] Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    [47.1MiB/35.39s] Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
    [47.5MiB/35.39s] Memory usage: 47.54MB (peak: 1151MB), time: 35.4s.
    [47.5MiB/35.40s] Finished Composer Cloud resolving.
    
    
    # Job ID P4L9zvCJza9PlWv5ogrX0kLgf935Kf1cm0YV8XINIv5ThTBmOjHYMnc1dFP3w6pnAVar9d64kq9FXOPyK0fMRtwlJn7QUwowPciaIGacS1Uft6 completed in 35 seconds
    # Memory usage: 47.54MB (peak: 1151MB), time: 35.4s.
    
    $ /usr/bin/php7.4-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /homepages/8/d615490576/htdocs/schlichting-top-physio/cmsx/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    The "ocramius/package-versions" plugin was skipped because it requires a Plugin API version ("^1.0.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao/manager-plugin" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao-community-alliance/composer-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Package operations: 17 installs, 138 updates, 10 removals
      - Syncing contao-community-alliance/composer-plugin (3.1.4) into cache
      - Syncing symfony/cache-contracts (v2.2.0) into cache
      - Syncing symfony/cache (v4.4.19) into cache
      - Syncing symfony/framework-bundle (v4.4.19) into cache
      - Syncing symfony/expression-language (v4.4.19) into cache
      - Syncing symfony/console (v4.4.19) into cache
      - Syncing symfony-cmf/routing (2.3.3) into cache
      - Syncing paragonie/constant_time_encoding (v2.4.0) into cache
      - Syncing beberlei/assert (v3.3.0) into cache
      - Syncing spomky-labs/otphp (v10.0.1) into cache
      - Syncing simplepie/simplepie (1.5.6) into cache
      - Syncing scssphp/scssphp (v1.4.1) into cache
      - Syncing lcobucci/jwt (4.1.2) into cache
      - Syncing phpspec/php-diff (v1.1.3) into cache
      - Syncing nelmio/cors-bundle (2.1.0) into cache
      - Syncing knplabs/knp-time-bundle (v1.15.0) into cache
      - Syncing knplabs/knp-menu (v3.1.3) into cache
      - Syncing knplabs/knp-menu-bundle (v3.1.0) into cache
      - Syncing friendsofsymfony/http-cache-bundle (2.10.2) into cache
      - Syncing dragonmantank/cron-expression (v2.3.1) into cache
      - Syncing doctrine/event-manager (1.1.1) into cache
      - Syncing doctrine/cache (1.10.2) into cache
      - Syncing doctrine/persistence (2.1.0) into cache
      - Syncing doctrine/instantiator (1.4.0) into cache
      - Syncing doctrine/inflector (2.0.3) into cache
      - Syncing doctrine/common (3.1.1) into cache
      - Syncing doctrine/orm (2.8.2) into cache
      - Syncing symfony/doctrine-bridge (v4.4.19) into cache
      - Syncing contao/imagine-svg (1.0.2) into cache
      - Syncing contao/image (1.0.3) into cache
      - Syncing contao/core-bundle (4.9.12) into cache
      - Syncing contao/calendar-bundle (4.9.12) into cache
      - Syncing contao/comments-bundle (4.9.12) into cache
      - Syncing contao/faq-bundle (4.9.12) into cache
      - Syncing toflar/psr6-symfony-http-cache-store (3.0.1) into cache
      - Syncing symfony/web-profiler-bundle (v4.4.19) into cache
      - Syncing symfony/stopwatch (v4.4.19) into cache
      - Syncing ocramius/proxy-manager (2.11.1) into cache
      - Syncing symfony/proxy-manager-bridge (v4.4.18) into cache
      - Syncing symfony/monolog-bundle (v3.6.0) into cache
      - Syncing symfony/dotenv (v4.4.19) into cache
      - Syncing symfony/debug-bundle (v4.4.19) into cache
      - Syncing nelmio/security-bundle (v2.10.2) into cache
      - Syncing contao/manager-bundle (4.9.12) into cache
      - Syncing contao/news-bundle (4.9.12) into cache
      - Syncing do-while/contao-backupdb-bundle (1.4.2) into cache
      - Syncing madeyourday/contao-rocksolid-custom-elements (v2.2.17) into cache
      - Syncing madeyourday/contao-rocksolid-frontend-helper (v2.0.10) into cache
      - Syncing madeyourday/contao-rocksolid-icon-picker (v2.0.3) into cache
      - Syncing madeyourday/contao-rocksolid-slider (v2.0.21) into cache
      - Syncing terminal42/contao-easy_themes (2.2.11) into cache
    
    In VcsDownloader.php line 251:
                                                                                   
      Source directory /homepages/xxxxxxxx/vendor/zendframework/zend-eventmanager has uncommitted changes.             
                                                                                   
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-scripts] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [...]
    
    
    # Process terminated with exit code 1
    # Result: General error

  19. #19
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Lösche mal den Ordner /homepages/xxxxxxxx/vendor/zendframework und dann nochmal "Composer Update ausführen".
    » sponsor me via GitHub or PayPal or Revolut

  20. #20
    Contao-Nutzer
    Registriert seit
    17.11.2010.
    Beiträge
    15

    Standard

    Gelöscht und nochmal Composer-Update durchgeführt:

    Code:
    > Resolving dependencies using Composer Cloud v3.0.1
    !!! Current server is sponsored by: Contao Association !!!
    
    
    [6.6MiB/0.26s] Loading composer repositories with package information
    [58.9MiB/1.60s] Updating dependencies
    [100.2MiB/33.80s] Lock file operations: 17 installs, 138 updates, 10 removals
    [100.2MiB/33.80s]   - Removing doctrine/doctrine-cache-bundle (1.4.0)
    [100.2MiB/33.80s]   - Removing doctrine/reflection (1.2.1)
    [100.2MiB/33.80s]   - Removing jdorn/sql-formatter (v1.2.17)
    [100.2MiB/33.80s]   - Removing ocramius/package-versions (1.5.1)
    [100.2MiB/33.80s]   - Removing scheb/two-factor-bundle (v4.14.0)
    [100.2MiB/33.81s]   - Removing sensiolabs/ansi-to-html (v1.1.3)
    [100.2MiB/33.81s]   - Removing symfony/inflector (v5.0.7)
    [100.2MiB/33.81s]   - Removing symfony/templating (v5.0.7)
    [100.2MiB/33.81s]   - Removing zendframework/zend-code (3.4.1)
    [100.2MiB/33.81s]   - Removing zendframework/zend-eventmanager (3.2.1)
    [100.2MiB/33.81s]   - Upgrading ausi/slug-generator (v1.1.0 => v1.1.1)
    [100.2MiB/33.81s]   - Upgrading bacon/bacon-qr-code (2.0.0 => 2.0.3)
    [100.2MiB/33.81s]   - Upgrading beberlei/assert (v3.2.7 => v3.3.0)
    [100.2MiB/33.81s]   - Upgrading clue/stream-filter (v1.4.1 => v1.5.0)
    [100.2MiB/33.81s]   - Upgrading composer/ca-bundle (1.2.7 => 1.2.9)
    [100.2MiB/33.81s]   - Locking composer/package-versions-deprecated (1.11.99.1)
    [100.2MiB/33.81s]   - Upgrading contao-community-alliance/composer-plugin (3.0.9 => 3.1.4)
    [100.2MiB/33.82s]   - Upgrading contao-components/ace (1.4.7 => 1.4.12)
    [100.2MiB/33.82s]   - Upgrading contao-components/colorbox (1.6.5 => 1.6.6)
    [100.2MiB/33.82s]   - Upgrading contao-components/contao (9.1.0 => 9.1.1)
    [100.2MiB/33.82s]   - Upgrading contao-components/dropzone (5.5.0 => 5.7.2)
    [100.2MiB/33.82s]   - Upgrading contao-components/highlight (9.16.1 => 9.18.1)
    [100.2MiB/33.82s]   - Upgrading contao-components/installer (1.4.0 => 1.4.1)
    [100.2MiB/33.82s]   - Upgrading contao-components/jquery (3.4.1 => 3.5.1)
    [100.2MiB/33.82s]   - Upgrading contao-components/tablesorter (2.1.1 => 2.31.3)
    [100.2MiB/33.83s]   - Upgrading contao-components/tinymce4 (4.9.6 => 4.9.12)
    [100.2MiB/33.83s]   - Upgrading contao/calendar-bundle (4.9.2 => 4.9.12)
    [100.2MiB/33.83s]   - Upgrading contao/comments-bundle (4.9.2 => 4.9.12)
    [100.2MiB/33.83s]   - Upgrading contao/conflicts (dev-master ba331b1 => dev-main 5844be3)
    [100.2MiB/33.83s]   - Upgrading contao/core-bundle (4.9.2 => 4.9.12)
    [100.2MiB/33.83s]   - Upgrading contao/faq-bundle (4.9.2 => 4.9.12)
    [100.2MiB/33.83s]   - Upgrading contao/image (1.0.1 => 1.0.3)
    [100.2MiB/33.83s]   - Upgrading contao/imagine-svg (0.2.2 => 1.0.2)
    [100.2MiB/33.83s]   - Upgrading contao/installation-bundle (4.9.2 => 4.9.12)
    [100.2MiB/33.84s]   - Upgrading contao/listing-bundle (4.9.2 => 4.9.12)
    [100.2MiB/33.84s]   - Upgrading contao/manager-bundle (4.9.2 => 4.9.12)
    [100.2MiB/33.84s]   - Upgrading contao/manager-plugin (2.8.0 => 2.11.0)
    [100.2MiB/33.84s]   - Upgrading contao/news-bundle (4.9.2 => 4.9.12)
    [100.2MiB/33.84s]   - Upgrading contao/newsletter-bundle (4.9.2 => 4.9.12)
    [100.2MiB/33.84s]   - Upgrading dasprid/enum (1.0.0 => 1.0.3)
    [100.2MiB/33.84s]   - Upgrading do-while/contao-backupdb-bundle (1.4.1 => 1.4.2)
    [100.2MiB/33.84s]   - Upgrading doctrine/annotations (1.10.1 => 1.12.1)
    [100.2MiB/33.84s]   - Upgrading doctrine/cache (1.10.0 => 1.10.2)
    [100.2MiB/33.84s]   - Upgrading doctrine/collections (1.6.4 => 1.6.7)
    [100.2MiB/33.84s]   - Upgrading doctrine/common (2.12.0 => 3.1.1)
    [100.2MiB/33.85s]   - Upgrading doctrine/dbal (v2.10.1 => 2.12.1)
    [100.2MiB/33.85s]   - Upgrading doctrine/doctrine-bundle (1.12.7 => 2.2.3)
    [100.2MiB/33.85s]   - Upgrading doctrine/event-manager (1.1.0 => 1.1.1)
    [100.2MiB/33.85s]   - Upgrading doctrine/inflector (1.3.1 => 2.0.3)
    [100.2MiB/33.85s]   - Upgrading doctrine/instantiator (1.3.0 => 1.4.0)
    [100.2MiB/33.85s]   - Upgrading doctrine/lexer (1.2.0 => 1.2.1)
    [100.2MiB/33.85s]   - Upgrading doctrine/orm (v2.7.2 => 2.8.2)
    [100.2MiB/33.85s]   - Upgrading doctrine/persistence (1.3.7 => 2.1.0)
    [100.2MiB/33.85s]   - Locking doctrine/sql-formatter (1.1.1)
    [100.2MiB/33.85s]   - Upgrading dragonmantank/cron-expression (v2.3.0 => v2.3.1)
    [100.2MiB/33.85s]   - Upgrading egulias/email-validator (2.1.17 => 2.1.25)
    [100.2MiB/33.85s]   - Upgrading friendsofsymfony/http-cache (2.9.0 => 2.10.0)
    [100.2MiB/33.85s]   - Upgrading friendsofsymfony/http-cache-bundle (2.8.0 => 2.10.2)
    [100.2MiB/33.85s]   - Upgrading imagine/imagine (1.2.3 => 1.2.4)
    [100.2MiB/33.86s]   - Upgrading knplabs/knp-menu (2.6.0 => v3.1.3)
    [100.2MiB/33.86s]   - Upgrading knplabs/knp-menu-bundle (v2.3.0 => v3.1.0)
    [100.2MiB/33.86s]   - Upgrading knplabs/knp-time-bundle (v1.11.0 => v1.15.0)
    [100.2MiB/33.86s]   - Locking laminas/laminas-code (4.0.0)
    [100.2MiB/33.86s]   - Locking laminas/laminas-eventmanager (3.3.0)
    [100.2MiB/33.86s]   - Locking laminas/laminas-zendframework-bridge (1.2.0)
    [100.2MiB/33.86s]   - Locking lcobucci/clock (2.0.0)
    [100.2MiB/33.86s]   - Upgrading lcobucci/jwt (3.3.1 => 4.1.2)
    [100.2MiB/33.87s]   - Upgrading madeyourday/contao-rocksolid-custom-elements (v2.2.14 => v2.2.17)
    [100.2MiB/33.87s]   - Upgrading madeyourday/contao-rocksolid-frontend-helper (v2.0.8 => v2.0.10)
    [100.2MiB/33.87s]   - Upgrading madeyourday/contao-rocksolid-icon-picker (v2.0.2 => v2.0.3)
    [100.2MiB/33.87s]   - Upgrading madeyourday/contao-rocksolid-slider (v2.0.13 => v2.0.21)
    [100.2MiB/33.87s]   - Upgrading madeyourday/contao-rocksolid-theme-assistant (v2.0.2 => v2.0.3)
    [100.2MiB/33.87s]   - Upgrading matthiasmullie/minify (1.3.63 => 1.3.66)
    [100.2MiB/33.87s]   - Upgrading monolog/monolog (1.25.3 => 1.26.0)
    [100.2MiB/33.87s]   - Upgrading nelmio/cors-bundle (1.5.6 => 2.1.0)
    [100.2MiB/33.88s]   - Upgrading nelmio/security-bundle (v2.9.0 => v2.10.2)
    [100.2MiB/33.88s]   - Upgrading nyholm/psr7 (1.2.1 => 1.4.0)
    [100.2MiB/33.88s]   - Upgrading ocramius/proxy-manager (2.2.3 => 2.11.1)
    [100.2MiB/33.88s]   - Upgrading paragonie/constant_time_encoding (v2.3.0 => v2.4.0)
    [100.2MiB/33.88s]   - Upgrading patchwork/utf8 (v1.3.2 => v1.3.3)
    [100.2MiB/33.88s]   - Upgrading php-http/client-common (2.1.0 => 2.3.0)
    [100.2MiB/33.88s]   - Upgrading php-http/discovery (1.7.4 => 1.13.0)
    [100.2MiB/33.88s]   - Upgrading php-http/httplug (2.1.0 => 2.2.0)
    [100.2MiB/33.88s]   - Upgrading php-http/message (1.8.0 => 1.11.0)
    [100.2MiB/33.88s]   - Upgrading php-http/promise (v1.0.0 => 1.1.0)
    [100.2MiB/33.88s]   - Upgrading phpspec/php-diff (v1.1.0 => v1.1.3)
    [100.2MiB/33.89s]   - Upgrading phpunit/php-token-stream (3.1.1 => 4.0.4)
    [100.2MiB/33.89s]   - Upgrading psr/http-client (1.0.0 => 1.0.1)
    [100.2MiB/33.89s]   - Locking scheb/2fa-backup-code (v5.6.0)
    [100.2MiB/33.89s]   - Locking scheb/2fa-bundle (v5.6.0)
    [100.2MiB/33.89s]   - Locking scheb/2fa-trusted-device (v5.6.0)
    [100.2MiB/33.89s]   - Upgrading scssphp/scssphp (1.0.9 => v1.4.1)
    [100.2MiB/33.89s]   - Upgrading simplepie/simplepie (1.5.4 => 1.5.6)
    [100.2MiB/33.89s]   - Upgrading spomky-labs/otphp (v9.1.4 => v10.0.1)
    [100.2MiB/33.89s]   - Upgrading swiftmailer/swiftmailer (v6.2.3 => v6.2.5)
    [100.2MiB/33.90s]   - Upgrading symfony-cmf/routing (2.2.0 => 2.3.3)
    [100.2MiB/33.90s]   - Upgrading symfony-cmf/routing-bundle (2.3.0 => 2.4.2)
    [100.2MiB/33.90s]   - Upgrading symfony/asset (v4.4.7 => v4.4.19)
    [100.2MiB/33.90s]   - Upgrading symfony/cache (v4.4.7 => v4.4.19)
    [100.2MiB/33.90s]   - Upgrading symfony/cache-contracts (v2.0.1 => v2.2.0)
    [100.2MiB/33.90s]   - Upgrading symfony/config (v4.4.7 => v4.4.19)
    [100.2MiB/33.90s]   - Upgrading symfony/console (v4.4.7 => v4.4.19)
    [100.2MiB/33.90s]   - Upgrading symfony/debug (v4.4.7 => v4.4.19)
    [100.2MiB/33.91s]   - Upgrading symfony/debug-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/33.91s]   - Upgrading symfony/dependency-injection (v4.4.7 => v4.4.19)
    [100.2MiB/33.91s]   - Locking symfony/deprecation-contracts (v2.2.0)
    [100.2MiB/33.91s]   - Upgrading symfony/doctrine-bridge (v4.4.7 => v4.4.19)
    [100.2MiB/33.91s]   - Upgrading symfony/dom-crawler (v4.4.7 => v4.4.19)
    [100.2MiB/33.91s]   - Upgrading symfony/dotenv (v4.4.7 => v4.4.19)
    [100.2MiB/33.91s]   - Upgrading symfony/error-handler (v4.4.7 => v4.4.19)
    [100.2MiB/33.91s]   - Upgrading symfony/event-dispatcher (v4.4.7 => v4.4.19)
    [100.2MiB/33.91s]   - Upgrading symfony/event-dispatcher-contracts (v1.1.7 => v1.1.9)
    [100.2MiB/33.91s]   - Upgrading symfony/expression-language (v4.4.7 => v4.4.19)
    [100.2MiB/33.91s]   - Upgrading symfony/filesystem (v4.4.7 => v4.4.19)
    [100.2MiB/33.92s]   - Upgrading symfony/finder (v4.4.7 => v4.4.19)
    [100.2MiB/33.92s]   - Upgrading symfony/framework-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/33.92s]   - Upgrading symfony/http-client (v4.4.7 => v4.4.19)
    [100.2MiB/33.92s]   - Upgrading symfony/http-client-contracts (v2.0.1 => v2.3.1)
    [100.2MiB/33.92s]   - Upgrading symfony/http-foundation (v4.4.7 => v4.4.19)
    [100.2MiB/33.92s]   - Upgrading symfony/http-kernel (v4.4.7 => v4.4.19)
    [100.2MiB/33.92s]   - Upgrading symfony/lock (v4.4.7 => v4.4.19)
    [100.2MiB/33.92s]   - Upgrading symfony/mime (v5.0.7 => v5.2.3)
    [100.2MiB/33.92s]   - Upgrading symfony/monolog-bridge (v4.4.7 => v4.4.19)
    [100.2MiB/33.93s]   - Upgrading symfony/monolog-bundle (v3.5.0 => v3.6.0)
    [100.2MiB/33.93s]   - Upgrading symfony/options-resolver (v5.0.7 => v5.2.3)
    [100.2MiB/33.93s]   - Upgrading symfony/polyfill-ctype (v1.15.0 => v1.22.1)
    [100.2MiB/33.93s]   - Upgrading symfony/polyfill-iconv (v1.15.0 => v1.22.1)
    [100.2MiB/33.93s]   - Locking symfony/polyfill-intl-grapheme (v1.22.1)
    [100.2MiB/33.93s]   - Upgrading symfony/polyfill-intl-idn (v1.15.0 => v1.22.1)
    [100.2MiB/33.93s]   - Locking symfony/polyfill-intl-normalizer (v1.22.1)
    [100.2MiB/33.93s]   - Upgrading symfony/polyfill-mbstring (v1.15.0 => v1.22.1)
    [100.2MiB/33.93s]   - Upgrading symfony/polyfill-php72 (v1.15.0 => v1.22.1)
    [100.2MiB/33.94s]   - Upgrading symfony/polyfill-php73 (v1.15.0 => v1.22.1)
    [100.2MiB/33.94s]   - Locking symfony/polyfill-php80 (v1.22.1)
    [100.2MiB/33.94s]   - Upgrading symfony/process (v4.4.7 => v4.4.19)
    [100.2MiB/33.94s]   - Upgrading symfony/property-access (v5.0.7 => v5.2.3)
    [100.2MiB/33.94s]   - Locking symfony/property-info (v5.2.3)
    [100.2MiB/33.94s]   - Upgrading symfony/proxy-manager-bridge (v4.4.7 => v4.4.18)
    [100.2MiB/33.94s]   - Upgrading symfony/routing (v4.4.7 => v4.4.19)
    [100.2MiB/33.94s]   - Upgrading symfony/security-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/33.94s]   - Upgrading symfony/security-core (v4.4.7 => v4.4.19)
    [100.2MiB/33.94s]   - Upgrading symfony/security-csrf (v5.0.7 => v5.2.3)
    [100.2MiB/33.94s]   - Upgrading symfony/security-guard (v4.4.7 => v4.4.19)
    [100.2MiB/33.95s]   - Upgrading symfony/security-http (v4.4.7 => v4.4.19)
    [100.2MiB/33.95s]   - Upgrading symfony/service-contracts (v2.0.1 => v2.2.0)
    [100.2MiB/33.95s]   - Upgrading symfony/stopwatch (v4.4.7 => v4.4.19)
    [100.2MiB/33.95s]   - Locking symfony/string (v5.2.3)
    [100.2MiB/33.95s]   - Upgrading symfony/swiftmailer-bundle (v3.4.0 => v3.5.2)
    [100.2MiB/33.95s]   - Upgrading symfony/translation (v4.4.7 => v4.4.19)
    [100.2MiB/33.95s]   - Upgrading symfony/translation-contracts (v2.0.1 => v2.3.0)
    [100.2MiB/33.95s]   - Upgrading symfony/twig-bridge (v4.4.7 => v4.4.19)
    [100.2MiB/33.95s]   - Upgrading symfony/twig-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/33.95s]   - Upgrading symfony/var-dumper (v4.4.7 => v4.4.19)
    [100.2MiB/33.95s]   - Upgrading symfony/var-exporter (v5.0.7 => v5.2.3)
    [100.2MiB/33.95s]   - Upgrading symfony/web-profiler-bundle (v4.4.7 => v4.4.19)
    [100.2MiB/33.95s]   - Upgrading symfony/yaml (v4.4.7 => v4.4.19)
    [100.2MiB/33.96s]   - Upgrading terminal42/contao-easy_themes (2.2.9 => 2.2.11)
    [100.2MiB/33.96s]   - Upgrading terminal42/escargot (0.5.8 => 1.0.2)
    [100.2MiB/33.96s]   - Upgrading terminal42/service-annotation-bundle (1.0.0 => 1.1.3)
    [100.2MiB/33.96s]   - Locking thecodingmachine/safe (v1.3.3)
    [100.2MiB/33.96s]   - Upgrading toflar/psr6-symfony-http-cache-store (2.2.2 => 3.0.1)
    [100.2MiB/33.96s]   - Upgrading twig/twig (v2.12.5 => v2.14.3)
    [100.2MiB/33.96s]   - Upgrading ua-parser/uap-php (v3.9.7 => v3.9.14)
    [100.2MiB/33.96s]   - Locking webimpress/safe-writer (2.1.0)
    [100.2MiB/33.96s]   - Upgrading webmozart/assert (1.7.0 => 1.9.1)
    [99.6MiB/33.97s] Writing lock file
    [46.5MiB/34.01s] 9 package suggestions were added by new dependencies, use `composer suggest` to see details.
    [47.1MiB/34.01s] Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    [47.1MiB/34.02s] Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
    [47.5MiB/34.02s] Memory usage: 47.53MB (peak: 1150.98MB), time: 34.03s.
    [47.5MiB/34.02s] Finished Composer Cloud resolving.
    
    
    # Job ID GJCslDFNbvcP5fJ6SEeAuXINjyV3QeH9qzX2KfBd54WfAuqQkwRgLfhJr61yB0RktBMKts9s05OXSWhIjrjgcwwbp84nf60jkeTxNjNbX1zaEdi9CLY2G6ki8VuuGe completed in 35 seconds
    # Memory usage: 47.53MB (peak: 1150.98MB), time: 34.03s.
    
    $ /usr/bin/php7.4-cli -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /homepages/8/d615490576/htdocs/schlichting-top-physio/cmsx/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    The "ocramius/package-versions" plugin was skipped because it requires a Plugin API version ("^1.0.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao/manager-plugin" plugin was skipped because it requires a Plugin API version ("^1.1") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    The "contao-community-alliance/composer-plugin" plugin was skipped because it requires a Plugin API version ("^1.0") that does not match your Composer installation ("2.0.0"). You may need to run composer update with the "--no-plugins" option.
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Package operations: 17 installs, 138 updates, 8 removals
      - Syncing contao-community-alliance/composer-plugin (3.1.4) into cache
      - Syncing symfony/cache-contracts (v2.2.0) into cache
      - Syncing symfony/cache (v4.4.19) into cache
      - Syncing symfony/framework-bundle (v4.4.19) into cache
      - Syncing symfony/expression-language (v4.4.19) into cache
      - Syncing symfony/console (v4.4.19) into cache
      - Syncing symfony-cmf/routing (2.3.3) into cache
      - Syncing paragonie/constant_time_encoding (v2.4.0) into cache
      - Syncing beberlei/assert (v3.3.0) into cache
      - Syncing spomky-labs/otphp (v10.0.1) into cache
      - Syncing simplepie/simplepie (1.5.6) into cache
      - Syncing scssphp/scssphp (v1.4.1) into cache
      - Syncing lcobucci/jwt (4.1.2) into cache
      - Syncing phpspec/php-diff (v1.1.3) into cache
      - Syncing nelmio/cors-bundle (2.1.0) into cache
      - Syncing knplabs/knp-time-bundle (v1.15.0) into cache
      - Syncing knplabs/knp-menu (v3.1.3) into cache
      - Syncing knplabs/knp-menu-bundle (v3.1.0) into cache
      - Syncing friendsofsymfony/http-cache-bundle (2.10.2) into cache
      - Syncing dragonmantank/cron-expression (v2.3.1) into cache
      - Syncing doctrine/event-manager (1.1.1) into cache
      - Syncing doctrine/cache (1.10.2) into cache
      - Syncing doctrine/persistence (2.1.0) into cache
      - Syncing doctrine/instantiator (1.4.0) into cache
      - Syncing doctrine/inflector (2.0.3) into cache
      - Syncing doctrine/common (3.1.1) into cache
      - Syncing doctrine/orm (2.8.2) into cache
      - Syncing symfony/doctrine-bridge (v4.4.19) into cache
      - Syncing contao/imagine-svg (1.0.2) into cache
      - Syncing contao/image (1.0.3) into cache
      - Syncing contao/core-bundle (4.9.12) into cache
      - Syncing contao/calendar-bundle (4.9.12) into cache
      - Syncing contao/comments-bundle (4.9.12) into cache
      - Syncing contao/faq-bundle (4.9.12) into cache
      - Syncing toflar/psr6-symfony-http-cache-store (3.0.1) into cache
      - Syncing symfony/web-profiler-bundle (v4.4.19) into cache
      - Syncing symfony/stopwatch (v4.4.19) into cache
      - Syncing ocramius/proxy-manager (2.11.1) into cache
      - Syncing symfony/proxy-manager-bridge (v4.4.18) into cache
      - Syncing symfony/monolog-bundle (v3.6.0) into cache
      - Syncing symfony/dotenv (v4.4.19) into cache
      - Syncing symfony/debug-bundle (v4.4.19) into cache
      - Syncing nelmio/security-bundle (v2.10.2) into cache
      - Syncing contao/manager-bundle (4.9.12) into cache
      - Syncing contao/news-bundle (4.9.12) into cache
      - Syncing do-while/contao-backupdb-bundle (1.4.2) into cache
      - Syncing madeyourday/contao-rocksolid-custom-elements (v2.2.17) into cache
      - Syncing madeyourday/contao-rocksolid-frontend-helper (v2.0.10) into cache
      - Syncing madeyourday/contao-rocksolid-icon-picker (v2.0.3) into cache
      - Syncing madeyourday/contao-rocksolid-slider (v2.0.21) into cache
      - Syncing terminal42/contao-easy_themes (2.2.11) into cache
      - Removing symfony/templating (v5.0.7)
      - Removing symfony/inflector (v5.0.7)
      - Removing sensiolabs/ansi-to-html (v1.1.3)
      - Removing scheb/two-factor-bundle (v4.14.0)
      - Removing ocramius/package-versions (1.5.1)
      - Removing jdorn/sql-formatter (v1.2.17)
      - Removing doctrine/reflection (1.2.1)
      - Removing doctrine/doctrine-cache-bundle (1.4.0)
      - Upgrading contao-components/installer (1.4.0 => 1.4.1): Extracting archive
      - Installing composer/package-versions-deprecated (1.11.99.1): Extracting archive
      - Upgrading symfony/polyfill-ctype (v1.15.0 => v1.22.1): Extracting archive
      - Installing symfony/polyfill-php80 (v1.22.1): Extracting archive
      - Upgrading symfony/polyfill-php73 (v1.15.0 => v1.22.1): Extracting archive
      - Upgrading symfony/polyfill-mbstring (v1.15.0 => v1.22.1): Extracting archive
      - Upgrading symfony/polyfill-php72 (v1.15.0 => v1.22.1): Extracting archive
      - Installing symfony/polyfill-intl-normalizer (v1.22.1): Extracting archive
      - Upgrading symfony/polyfill-intl-idn (v1.15.0 => v1.22.1): Extracting archive
      - Installing symfony/deprecation-contracts (v2.2.0): Extracting archive
      - Upgrading symfony/mime (v5.0.7 => v5.2.3): Extracting archive
      - Upgrading symfony/http-foundation (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/http-client-contracts (v2.0.1 => v2.3.1): Extracting archive
      - Upgrading symfony/event-dispatcher-contracts (v1.1.7 => v1.1.9): Extracting archive
      - Upgrading symfony/event-dispatcher (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/var-dumper (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/debug (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/error-handler (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/http-kernel (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/service-contracts (v2.0.1 => v2.2.0): Extracting archive
      - Upgrading symfony/dependency-injection (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/filesystem (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/config (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/routing (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/process (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/finder (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading contao/manager-plugin (2.8.0 => 2.11.0): Extracting archive
      - Upgrading contao-community-alliance/composer-plugin (3.0.9 => 3.1.4): Checking out bddeff9af3 from cache
      - Upgrading ausi/slug-generator (v1.1.0 => v1.1.1): Extracting archive
      - Upgrading dasprid/enum (1.0.0 => 1.0.3): Extracting archive
      - Upgrading bacon/bacon-qr-code (2.0.0 => 2.0.3): Extracting archive
      - Upgrading contao-components/ace (1.4.7 => 1.4.12): Extracting archive
      - Upgrading contao-components/colorbox (1.6.5 => 1.6.6): Extracting archive
      - Upgrading contao-components/contao (9.1.0 => 9.1.1): Extracting archive
      - Upgrading contao-components/dropzone (5.5.0 => 5.7.2): Extracting archive
      - Upgrading contao-components/highlight (9.16.1 => 9.18.1): Extracting archive
      - Upgrading contao-components/jquery (3.4.1 => 3.5.1): Extracting archive
      - Upgrading contao-components/tablesorter (2.1.1 => 2.31.3): Extracting archive
      - Upgrading contao-components/tinymce4 (4.9.6 => 4.9.12): Extracting archive
      - Upgrading symfony/yaml (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading patchwork/utf8 (v1.3.2 => v1.3.3): Extracting archive
      - Upgrading symfony/options-resolver (v5.0.7 => v5.2.3): Extracting archive
      - Upgrading clue/stream-filter (v1.4.1 => v1.5.0): Extracting archive
      - Upgrading php-http/message (1.8.0 => 1.11.0): Extracting archive
      - Upgrading php-http/discovery (1.7.4 => 1.13.0): Extracting archive
      - Upgrading symfony/http-client (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading psr/http-client (1.0.0 => 1.0.1): Extracting archive
      - Upgrading php-http/promise (v1.0.0 => 1.1.0): Extracting archive
      - Upgrading php-http/httplug (2.1.0 => 2.2.0): Extracting archive
      - Upgrading php-http/client-common (2.1.0 => 2.3.0): Extracting archive
      - Upgrading friendsofsymfony/http-cache (2.9.0 => 2.10.0): Extracting archive
      - Upgrading composer/ca-bundle (1.2.7 => 1.2.9): Extracting archive
      - Upgrading ua-parser/uap-php (v3.9.7 => v3.9.14): Extracting archive
      - Upgrading twig/twig (v2.12.5 => v2.14.3): Extracting archive
      - Upgrading doctrine/lexer (1.2.0 => 1.2.1): Extracting archive
      - Upgrading doctrine/annotations (1.10.1 => 1.12.1): Extracting archive
      - Upgrading terminal42/service-annotation-bundle (1.0.0 => 1.1.3): Extracting archive
      - Upgrading symfony/dom-crawler (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading nyholm/psr7 (1.2.1 => 1.4.0): Extracting archive
      - Upgrading terminal42/escargot (0.5.8 => 1.0.2): Extracting archive
      - Upgrading symfony/translation-contracts (v2.0.1 => v2.3.0): Extracting archive
      - Upgrading symfony/twig-bridge (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/twig-bundle (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/translation (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/polyfill-iconv (v1.15.0 => v1.22.1): Extracting archive
      - Upgrading egulias/email-validator (2.1.17 => 2.1.25): Extracting archive
      - Upgrading swiftmailer/swiftmailer (v6.2.3 => v6.2.5): Extracting archive
      - Upgrading symfony/swiftmailer-bundle (v3.4.0 => v3.5.2): Extracting archive
      - Upgrading symfony/security-core (v4.4.7 => v4.4.19): Extracting archive
      - Installing symfony/polyfill-intl-grapheme (v1.22.1): Extracting archive
      - Installing symfony/string (v5.2.3): Extracting archive
      - Installing symfony/property-info (v5.2.3): Extracting archive
      - Upgrading symfony/property-access (v5.0.7 => v5.2.3): Extracting archive
      - Upgrading symfony/security-http (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/security-guard (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/security-csrf (v5.0.7 => v5.2.3): Extracting archive
      - Upgrading symfony/security-bundle (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading monolog/monolog (1.25.3 => 1.26.0): Extracting archive
      - Upgrading symfony/monolog-bridge (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/lock (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony/var-exporter (v5.0.7 => v5.2.3): Extracting archive
      - Upgrading symfony/cache-contracts (v2.0.1 => v2.2.0): Checking out 8034ca0b61 from cache
      - Upgrading symfony/cache (v4.4.7 => v4.4.19): Checking out 3c18a6d8e4 from cache
      - Upgrading symfony/framework-bundle (v4.4.7 => v4.4.19): Checking out 790f1db60d from cache
      - Upgrading symfony/expression-language (v4.4.7 => v4.4.19): Checking out 066402a189 from cache
      - Upgrading symfony/console (v4.4.7 => v4.4.19): Checking out 24026c44fc from cache
      - Upgrading symfony/asset (v4.4.7 => v4.4.19): Extracting archive
      - Upgrading symfony-cmf/routing (2.2.0 => 2.3.3): Checking out 3c97e7b770 from cache
      - Upgrading symfony-cmf/routing-bundle (2.3.0 => 2.4.2): Extracting archive
      - Installing thecodingmachine/safe (v1.3.3): Extracting archive
      - Upgrading paragonie/constant_time_encoding (v2.3.0 => v2.4.0): Checking out f34c2b11eb from cache
        Update of ausi/slug-generator failed
        Update of dasprid/enum failed
        Update of bacon/bacon-qr-code failed
        Update of contao-components/ace failed
        Update of contao-components/colorbox failed
        Update of contao-components/contao failed
        Update of contao-components/dropzone failed
        Update of contao-components/highlight failed
        Update of contao-components/jquery failed
        Update of contao-components/tablesorter failed
        Failed to extract contao-components/tinymce4: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-cd3ea64223306a0fa7210d9c2d624d83' -d '/homepages/xxxxxxxx/vendor/composer/e5fa11b6'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-cd3ea64223306a0fa7210d9c2d624d83.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of contao-components/tinymce4 failed
        Failed to extract symfony/yaml: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-5c0f6b23c56d7174912c92aeb8705944' -d '/homepages/xxxxxxxx/vendor/composer/feaa2997'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-5c0f6b23c56d7174912c92aeb8705944.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/yaml failed
        Failed to extract patchwork/utf8: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-232708a3ad7d760182bf079c4e83078a' -d '/homepages/xxxxxxxx/vendor/composer/48acc542'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-232708a3ad7d760182bf079c4e83078a.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of patchwork/utf8 failed
        Failed to extract symfony/options-resolver: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-244e3b84fd4256124560abc7f4b14f03' -d '/homepages/xxxxxxxx/vendor/composer/a8e01d06'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-244e3b84fd4256124560abc7f4b14f03.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/options-resolver failed
        Failed to extract clue/stream-filter: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-e0611260007d16fe7b30ec594e1daf0e' -d '/homepages/xxxxxxxx/vendor/composer/5af0cb83'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-e0611260007d16fe7b30ec594e1daf0e.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of clue/stream-filter failed
        Failed to extract php-http/message: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-82499a1a1b51a8eef9cee7bf2ae9e330' -d '/homepages/xxxxxxxx/vendor/composer/6946ad18'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-82499a1a1b51a8eef9cee7bf2ae9e330.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of php-http/message failed
        Failed to extract php-http/discovery: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-55d5c551f419902c1e4117de8b672e77' -d '/homepages/xxxxxxxx/vendor/composer/643b748c'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-55d5c551f419902c1e4117de8b672e77.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of php-http/discovery failed
        Failed to extract symfony/http-client: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-a158c64d85b7cf7b2fb42ac3a29b14dd' -d '/homepages/xxxxxxxx/vendor/composer/53ecde1c'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-a158c64d85b7cf7b2fb42ac3a29b14dd.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/http-client failed
        Failed to extract psr/http-client: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-78d4e6796935e1389b54185df7e22806' -d '/homepages/xxxxxxxx/vendor/composer/cae1eb33'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-78d4e6796935e1389b54185df7e22806.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of psr/http-client failed
        Failed to extract php-http/promise: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-b7489c93c7b08dcb105a988f832b8248' -d '/homepages/xxxxxxxx/vendor/composer/76ec533d'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-b7489c93c7b08dcb105a988f832b8248.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of php-http/promise failed
        Failed to extract php-http/httplug: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-25d7a1724741be46d43b8ad161728986' -d '/homepages/xxxxxxxx/vendor/composer/e76966ee'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-25d7a1724741be46d43b8ad161728986.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of php-http/httplug failed
        Failed to extract php-http/client-common: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-b03bef8fa3fa4cbdb28d393a5ea0760d' -d '/homepages/xxxxxxxx/vendor/composer/bf945c41'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-b03bef8fa3fa4cbdb28d393a5ea0760d.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of php-http/client-common failed
        Failed to extract friendsofsymfony/http-cache: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-3d6a67adc16296beb52d16331c6f2721' -d '/homepages/xxxxxxxx/vendor/composer/5f07d76d'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-3d6a67adc16296beb52d16331c6f2721.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of friendsofsymfony/http-cache failed
        Failed to extract composer/ca-bundle: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-10ad7c2904ee16c3f845be6cafa3f025' -d '/homepages/xxxxxxxx/vendor/composer/de4b627b'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-10ad7c2904ee16c3f845be6cafa3f025.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of composer/ca-bundle failed
        Failed to extract ua-parser/uap-php: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-111d3bb8f1a1ae2e91c5f7f2fd115d49' -d '/homepages/xxxxxxxx/vendor/composer/4d4ef13e'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-111d3bb8f1a1ae2e91c5f7f2fd115d49.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of ua-parser/uap-php failed
        Failed to extract twig/twig: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-fff3ec1d7159f858bd06177df4544356' -d '/homepages/xxxxxxxx/vendor/composer/0e8e6c49'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-fff3ec1d7159f858bd06177df4544356.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of twig/twig failed
        Failed to extract doctrine/lexer: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-9cf4a4cffb5e06566e4a8bca1134c225' -d '/homepages/xxxxxxxx/vendor/composer/68edb09b'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-9cf4a4cffb5e06566e4a8bca1134c225.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of doctrine/lexer failed
        Failed to extract doctrine/annotations: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-c86b004a53988dad3ebdd0989aad3a2f' -d '/homepages/xxxxxxxx/vendor/composer/45714368'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-c86b004a53988dad3ebdd0989aad3a2f.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of doctrine/annotations failed
        Failed to extract terminal42/service-annotation-bundle: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-9f08db67d00bae8011d8417e4111d4d6' -d '/homepages/xxxxxxxx/vendor/composer/f39629aa'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-9f08db67d00bae8011d8417e4111d4d6.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of terminal42/service-annotation-bundle failed
        Failed to extract symfony/dom-crawler: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-cedf5aa8d17010e4d8bb45b5c03871fb' -d '/homepages/xxxxxxxx/vendor/composer/aa1fb0ec'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-cedf5aa8d17010e4d8bb45b5c03871fb.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/dom-crawler failed
        Failed to extract nyholm/psr7: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-ad5079272fc4ed78ee9930b36fddd3e3' -d '/homepages/xxxxxxxx/vendor/composer/8de3705d'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-ad5079272fc4ed78ee9930b36fddd3e3.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of nyholm/psr7 failed
        Failed to extract terminal42/escargot: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-c56578d8e75fb1f35f47a6bf53321c72' -d '/homepages/xxxxxxxx/vendor/composer/1ccb4cb0'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-c56578d8e75fb1f35f47a6bf53321c72.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of terminal42/escargot failed
        Failed to extract symfony/translation-contracts: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-0438a8650ccb8bc13a4778785ce428b9' -d '/homepages/xxxxxxxx/vendor/composer/4e93301d'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-0438a8650ccb8bc13a4778785ce428b9.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/translation-contracts failed
        Failed to extract symfony/twig-bridge: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-d9bcff4ef8ca873f385cd0baf2be36bf' -d '/homepages/xxxxxxxx/vendor/composer/615b1d16'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-d9bcff4ef8ca873f385cd0baf2be36bf.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/twig-bridge failed
        Failed to extract symfony/twig-bundle: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-45998cf41ec0943d1ad08ef3b402f728' -d '/homepages/xxxxxxxx/vendor/composer/577235c6'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-45998cf41ec0943d1ad08ef3b402f728.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/twig-bundle failed
        Failed to extract symfony/translation: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-2ce0587ef11d3e96daa59486a5e2dc16' -d '/homepages/xxxxxxxx/vendor/composer/fdbb7d4f'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-2ce0587ef11d3e96daa59486a5e2dc16.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/translation failed
        Failed to extract symfony/polyfill-iconv: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-27e8b8822999efb71e4f02258f50bb20' -d '/homepages/xxxxxxxx/vendor/composer/9521f4fe'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-27e8b8822999efb71e4f02258f50bb20.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/polyfill-iconv failed
        Failed to extract egulias/email-validator: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-43eebcac591f690804ca5a63ba44fd8a' -d '/homepages/xxxxxxxx/vendor/composer/2a436da0'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-43eebcac591f690804ca5a63ba44fd8a.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of egulias/email-validator failed
        Failed to extract swiftmailer/swiftmailer: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-f6e8fd35620bf172ad61a373827de837' -d '/homepages/xxxxxxxx/vendor/composer/27b028ac'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-f6e8fd35620bf172ad61a373827de837.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of swiftmailer/swiftmailer failed
        Failed to extract symfony/swiftmailer-bundle: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-edb4e5638933f1f05d0d0cdd7f1551b6' -d '/homepages/xxxxxxxx/vendor/composer/ca715e67'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-edb4e5638933f1f05d0d0cdd7f1551b6.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/swiftmailer-bundle failed
        Failed to extract symfony/security-core: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-5987e512fad4737ea9f2627b94f28d00' -d '/homepages/xxxxxxxx/vendor/composer/3286ec5f'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-5987e512fad4737ea9f2627b94f28d00.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/security-core failed
        Failed to extract symfony/polyfill-intl-grapheme: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-d3d25902f4b8848692fb36aca339e091' -d '/homepages/xxxxxxxx/vendor/composer/d384a54e'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-d3d25902f4b8848692fb36aca339e091.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Install of symfony/polyfill-intl-grapheme failed
        Failed to extract symfony/string: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-c4e05a6a9e09cbe61d620e07d3f29132' -d '/homepages/xxxxxxxx/vendor/composer/3dc71935'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-c4e05a6a9e09cbe61d620e07d3f29132.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Install of symfony/string failed
        Failed to extract symfony/property-info: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-93aaefc554b00f4ee41c904c0487be9e' -d '/homepages/xxxxxxxx/vendor/composer/8e3f60bb'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-93aaefc554b00f4ee41c904c0487be9e.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Install of symfony/property-info failed
        Failed to extract symfony/property-access: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-0b682407b85979b0f04172fa99a30af4' -d '/homepages/xxxxxxxx/vendor/composer/b409b41c'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-0b682407b85979b0f04172fa99a30af4.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/property-access failed
        Failed to extract symfony/security-http: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-801de2579a797c53db27adf25486d176' -d '/homepages/xxxxxxxx/vendor/composer/f126d019'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-801de2579a797c53db27adf25486d176.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/security-http failed
        Failed to extract symfony/security-guard: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-c0d56e62732cb117249ee4689b4eb4e1' -d '/homepages/xxxxxxxx/vendor/composer/0c1da378'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-c0d56e62732cb117249ee4689b4eb4e1.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/security-guard failed
        Failed to extract symfony/security-csrf: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-d0970e3e9584c90b4e3b454dc09cb90e' -d '/homepages/xxxxxxxx/vendor/composer/59fd5462'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-d0970e3e9584c90b4e3b454dc09cb90e.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/security-csrf failed
        Failed to extract symfony/security-bundle: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-5da4396c5af6152b9a575ba3156ad2f0' -d '/homepages/xxxxxxxx/vendor/composer/074135ef'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-5da4396c5af6152b9a575ba3156ad2f0.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/security-bundle failed
        Failed to extract monolog/monolog: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-1ab14b71a9b7aa1fa14b0b5a4943e07b' -d '/homepages/xxxxxxxx/vendor/composer/e6910347'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-1ab14b71a9b7aa1fa14b0b5a4943e07b.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of monolog/monolog failed
        Failed to extract symfony/monolog-bridge: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-769f7c6e09c11091ef7d94d9eb9db113' -d '/homepages/xxxxxxxx/vendor/composer/337f8fbc'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-769f7c6e09c11091ef7d94d9eb9db113.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/monolog-bridge failed
        Failed to extract symfony/lock: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-2a0c18988efb6fae9d1b6088aec1f545' -d '/homepages/xxxxxxxx/vendor/composer/923c410b'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-2a0c18988efb6fae9d1b6088aec1f545.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/lock failed
        Failed to extract symfony/var-exporter: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-b82a87aebeb6f57680212e3644363eed' -d '/homepages/xxxxxxxx/vendor/composer/240d5d43'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-b82a87aebeb6f57680212e3644363eed.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/var-exporter failed
        Failed to extract symfony/asset: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-a9a957c3ecab08b01aedbc5aa4df2f7b' -d '/homepages/xxxxxxxx/vendor/composer/320e759a'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-a9a957c3ecab08b01aedbc5aa4df2f7b.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony/asset failed
        Failed to extract symfony-cmf/routing-bundle: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-8e017822a3929b77e15508600b7ecb37' -d '/homepages/xxxxxxxx/vendor/composer/34ff9e4b'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-8e017822a3929b77e15508600b7ecb37.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Update of symfony-cmf/routing-bundle failed
        Failed to extract thecodingmachine/safe: (9) unzip -qq  '/homepages/xxxxxxxx/vendor/composer/tmp-9c89d648701cf234e2dd01a487e68de2' -d '/homepages/xxxxxxxx/vendor/composer/03bc4295'
    
    unzip:  cannot find or open /homepages/xxxxxxxx/vendor/composer/tmp-9c89d648701cf234e2dd01a487e68de2.
    
        This most likely is due to a custom installer plugin not handling the returned Promise from the downloader
        See https://github.com/composer/installers/commit/5006d0c28730ade233a8f42ec31ac68fb1c5c9bb for an example fix
        Install of thecodingmachine/safe failed
    
    In VcsDownloader.php line 251:
                                                                                   
      Source directory /homepages/xxxxxxxx/vendor/beberlei/assert has uncommitted changes.                             
                                                                                   
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-scripts] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [...]
    
    
    # Process terminated with exit code 1
    # Result: General error

  21. #21
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Führe es nochmal durch.
    » sponsor me via GitHub or PayPal or Revolut

  22. #22
    Contao-Nutzer
    Registriert seit
    17.11.2010.
    Beiträge
    15

    Standard

    Geht jetzt nicht, weil:

    Jetzt wird mir die Reparatur angeboten.

  23. #23
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Du kannst im Reparaturmodus weiterhin in die Systemwartung gehen und dort wie gesagt "Composer Update ausführen".
    » sponsor me via GitHub or PayPal or Revolut

  24. #24
    Contao-Nutzer
    Registriert seit
    17.11.2010.
    Beiträge
    15

    Standard

    Im Moment komme ich da nicht weiter.
    Ich melde mich aber wieder.

  25. #25
    Alter Contao-Hase Avatar von kischd
    Registriert seit
    25.06.2009.
    Ort
    Karlsruhe
    Beiträge
    1.107

    Standard

    Hallo Zusammen,

    ich haben ein recht ähnliches Problem.

    Ich habe ein Contao-Update von 4.4 auf 4.9 versucht.

    Nun erhalte ich folgende Fehlermeldung:
    HTML-Code:
    $ /opt/cpanel/ea-php74/root/usr/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=UTC /home/diesiegl/domains/webprintz.de/subdomains/felden/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Your lock file does not contain a compatible set of packages. Please run composer update.
    
      Problem 1
        - contao-community-alliance/composer-plugin is locked to version 3.0.9 and an update of this package was not requested.
        - contao-community-alliance/composer-plugin 3.0.9 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
      Problem 2
        - lib-xsl is present at version 1.1.28.0 and cannot be modified by Composer
        - Only one of these can be installed: lib-libxslt[1.1.28], lib-xsl[1.1.28.0]. lib-libxslt replaces lib-xsl and thus cannot coexist with it.
        - lib-libxslt is present at version 1.1.28 and cannot be modified by Composer
    
    You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
    
    # Process terminated with exit code 2
    # Result: Misuse of shell builtins
    Website ist seit dem Weiß.
    Reparatur-Modus bringt dann auch immer diesen Fehler

    Was muss ich genau tun um das zu retten?
    Gruß Mark

  26. #26
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    "Composer Update ausführen", wie schon mehrmals in diesem Thread erwähnt.
    » sponsor me via GitHub or PayPal or Revolut

  27. #27
    Alter Contao-Hase Avatar von kischd
    Registriert seit
    25.06.2009.
    Ort
    Karlsruhe
    Beiträge
    1.107

    Standard

    Hallo Spooky,
    hab ich gemacht, dann bekomm ich dieses:
    HTML-Code:
    > Resolving dependencies using Composer Cloud v3.1.1
    !!! Current server is sponsored by: Contao Association !!!
    
    
    [5.4MiB/0.19s] Loading composer repositories with package information
    [64.5MiB/1.73s] Updating dependencies
    [139.2MiB/60.27s] Lock file operations: 3 installs, 70 updates, 1 removal
    [139.3MiB/60.27s]   - Removing symfony/polyfill-util (v1.17.0)
    [139.3MiB/60.27s]   - Upgrading clue/stream-filter (v1.4.1 => v1.5.0)
    [139.3MiB/60.27s]   - Upgrading codefog/contao-haste (4.24.6 => 4.24.14)
    [139.3MiB/60.28s]   - Upgrading composer/ca-bundle (1.2.7 => 1.2.9)
    [139.3MiB/60.28s]   - Upgrading contao-community-alliance/composer-plugin (3.0.9 => 3.1.5)
    [139.3MiB/60.28s]   - Upgrading contao-components/ace (1.4.7 => 1.4.12)
    [139.3MiB/60.28s]   - Upgrading contao-components/contao (7.1.5 => 7.1.6)
    [139.3MiB/60.28s]   - Upgrading contao-components/installer (1.4.0 => 1.4.1)
    [139.3MiB/60.28s]   - Upgrading contao/calendar-bundle (4.4.49 => 4.4.55)
    [139.3MiB/60.28s]   - Upgrading contao/comments-bundle (4.4.49 => 4.4.55)
    [139.3MiB/60.28s]   - Upgrading contao/conflicts (dev-master ba331b1 => dev-main ccb69e2)
    [139.3MiB/60.28s]   - Upgrading contao/core-bundle (4.4.49 => 4.4.55)
    [139.3MiB/60.28s]   - Upgrading contao/faq-bundle (4.4.49 => 4.4.55)
    [139.3MiB/60.28s]   - Upgrading contao/installation-bundle (4.4.49 => 4.4.55)
    [139.3MiB/60.28s]   - Upgrading contao/listing-bundle (4.4.49 => 4.4.55)
    [139.3MiB/60.29s]   - Upgrading contao/manager-bundle (4.4.49 => 4.4.55)
    [139.3MiB/60.29s]   - Upgrading contao/manager-plugin (2.8.1 => 2.11.0)
    [139.3MiB/60.29s]   - Upgrading contao/news-bundle (4.4.49 => 4.4.55)
    [139.3MiB/60.29s]   - Upgrading contao/newsletter-bundle (4.4.49 => 4.4.55)
    [139.3MiB/60.29s]   - Upgrading doctrine/annotations (1.10.3 => 1.12.1)
    [139.3MiB/60.29s]   - Upgrading doctrine/cache (1.10.1 => 1.11.0)
    [139.3MiB/60.29s]   - Upgrading doctrine/collections (1.6.5 => 1.6.7)
    [139.3MiB/60.29s]   - Upgrading doctrine/dbal (2.10.2 => 2.13.1)
    [139.3MiB/60.29s]   - Locking doctrine/deprecations (v0.5.3)
    [139.3MiB/60.30s]   - Upgrading doctrine/doctrine-bundle (1.12.10 => 1.12.13)
    [139.3MiB/60.30s]   - Upgrading doctrine/event-manager (1.1.0 => 1.1.1)
    [139.3MiB/60.30s]   - Upgrading doctrine/inflector (1.4.3 => 1.4.4)
    [139.3MiB/60.30s]   - Upgrading doctrine/persistence (1.3.7 => 1.3.8)
    [139.3MiB/60.30s]   - Upgrading doctrine/reflection (1.2.1 => 1.2.2)
    [139.3MiB/60.30s]   - Upgrading fig/link-util (1.1.1 => 1.1.2)
    [139.3MiB/60.30s]   - Upgrading friendsofsymfony/http-cache (2.9.2 => 2.10.0)
    [139.3MiB/60.30s]   - Upgrading friendsofsymfony/http-cache-bundle (2.8.0 => 2.10.2)
    [139.3MiB/60.30s]   - Upgrading guzzlehttp/guzzle (6.5.4 => 6.5.5)
    [139.3MiB/60.31s]   - Upgrading guzzlehttp/promises (v1.3.1 => 1.4.1)
    [139.3MiB/60.31s]   - Upgrading guzzlehttp/psr7 (1.6.1 => 1.8.2)
    [139.3MiB/60.31s]   - Upgrading imagine/imagine (1.2.3 => 1.2.4)
    [139.3MiB/60.31s]   - Upgrading knplabs/knp-menu (2.6.0 => 2.6.1)
    [139.3MiB/60.31s]   - Upgrading matthiasmullie/minify (1.3.63 => 1.3.66)
    [139.3MiB/60.31s]   - Upgrading monolog/monolog (1.25.4 => 1.26.0)
    [139.3MiB/60.31s]   - Upgrading nelmio/security-bundle (v2.9.1 => v2.10.3)
    [139.3MiB/60.31s]   - Upgrading paragonie/random_compat (v9.99.99 => v9.99.100)
    [139.3MiB/60.31s]   - Upgrading patchwork/utf8 (v1.3.2 => v1.3.3)
    [139.3MiB/60.31s]   - Upgrading php-http/discovery (1.7.4 => 1.13.0)
    [139.3MiB/60.31s]   - Upgrading php-http/message (1.8.0 => 1.11.0)
    [139.3MiB/60.32s]   - Upgrading php-http/promise (v1.0.0 => 1.1.0)
    [139.3MiB/60.32s]   - Upgrading phpspec/php-diff (v1.1.0 => v1.1.3)
    [139.3MiB/60.32s]   - Upgrading phpunit/php-token-stream (3.1.1 => 3.1.2)
    [139.3MiB/60.32s]   - Upgrading premium-contao-themes/pct_theme_installer (1.4.1 => 1.4.2)
    [139.3MiB/60.32s]   - Upgrading psr/container (1.0.0 => 1.1.1)
    [139.3MiB/60.32s]   - Upgrading scssphp/scssphp (1.1.1 => v1.4.1)
    [139.3MiB/60.32s]   - Upgrading simplepie/simplepie (1.5.5 => 1.5.6)
    [139.3MiB/60.32s]   - Locking symfony/deprecation-contracts (v2.4.0)
    [139.3MiB/60.33s]   - Upgrading symfony/http-client (v5.1.0 => v5.2.6)
    [139.3MiB/60.33s]   - Upgrading symfony/http-client-contracts (v2.1.2 => v2.4.0)
    [139.3MiB/60.33s]   - Upgrading symfony/mime (v5.1.0 => v5.2.6)
    [139.3MiB/60.33s]   - Upgrading symfony/monolog-bundle (v3.5.0 => v3.6.0)
    [139.3MiB/60.33s]   - Upgrading symfony/polyfill-apcu (v1.17.0 => v1.22.1)
    [139.3MiB/60.34s]   - Upgrading symfony/polyfill-ctype (v1.17.0 => v1.22.1)
    [139.3MiB/60.34s]   - Upgrading symfony/polyfill-intl-icu (v1.17.0 => v1.22.1)
    [139.3MiB/60.34s]   - Upgrading symfony/polyfill-intl-idn (v1.17.0 => v1.22.1)
    [139.3MiB/60.34s]   - Locking symfony/polyfill-intl-normalizer (v1.22.1)
    [139.3MiB/60.34s]   - Upgrading symfony/polyfill-mbstring (v1.17.0 => v1.22.1)
    [139.3MiB/60.34s]   - Upgrading symfony/polyfill-php56 (v1.17.0 => v1.20.0)
    [139.3MiB/60.34s]   - Upgrading symfony/polyfill-php70 (v1.17.0 => v1.20.0)
    [139.3MiB/60.34s]   - Upgrading symfony/polyfill-php72 (v1.17.0 => v1.22.1)
    [139.3MiB/60.35s]   - Upgrading symfony/polyfill-php73 (v1.17.0 => v1.22.1)
    [139.3MiB/60.35s]   - Upgrading symfony/polyfill-php80 (v1.17.0 => v1.22.1)
    [139.3MiB/60.35s]   - Upgrading symfony/service-contracts (v2.1.2 => v2.4.0)
    [139.3MiB/60.35s]   - Upgrading symfony/symfony (v3.4.41 => v3.4.47)
    [139.3MiB/60.35s]   - Upgrading tecnickcom/tcpdf (6.3.5 => 6.4.1)
    [139.3MiB/60.35s]   - Upgrading terminal42/notification_center (1.5.12 => 1.5.18)
    [139.3MiB/60.35s]   - Upgrading twig/twig (v1.42.5 => v1.44.2)
    [139.3MiB/60.36s]   - Upgrading ua-parser/uap-php (v3.9.8 => v3.9.14)
    [139.3MiB/60.36s]   - Upgrading webmozart/assert (1.8.0 => 1.10.0)
    [138.8MiB/60.37s] Writing lock file
    [77.5MiB/60.41s] Package contao-components/compass is abandoned, you should avoid using it. No replacement was suggested.
    [77.5MiB/60.41s] Package doctrine/doctrine-cache-bundle is abandoned, you should avoid using it. No replacement was suggested.
    [77.5MiB/60.41s] Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
    [77.5MiB/60.41s] Package oyejorge/less.php is abandoned, you should avoid using it. No replacement was suggested.
    [77.5MiB/60.41s] Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    [77.5MiB/60.41s] Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
    [77.5MiB/60.41s] Package sensio/distribution-bundle is abandoned, you should avoid using it. No replacement was suggested.
    [77.5MiB/60.42s] Package sensiolabs/security-checker is abandoned, you should avoid using it. Use https://github.com/fabpot/local-php-security-checker instead.
    [77.8MiB/60.42s] Memory usage: 77.75MB (peak: 1518.76MB), time: 60.42s.
    [77.8MiB/60.42s] Finished Composer Cloud resolving.
    
    
    # Job ID i6ZEdCPNcrzrLqV5NAdRiWgWKOGH1azxTEARgT4CoVODLrAT6a55kUAfuL0XVsWiK8S6vZHZti3do1E5QAaVCMhd8en5Jip0UZm15M9TyWhcawXk40a completed in 62 seconds
    # Memory usage: 77.75MB (peak: 1518.76MB), time: 60.42s.
    
    $ /opt/cpanel/ea-php74/root/usr/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=UTC /home/diesiegl/domains/webprintz.de/subdomains/felden/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Package operations: 127 installs, 0 updates, 0 removals
    As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension.
    This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost.
    Installing 'unzip' may remediate them.
      - Installing contao-components/installer (1.4.1): Extracting archive
      - Installing symfony/polyfill-ctype (v1.22.1): Extracting archive
      - Installing twig/twig (v1.44.2): Extracting archive
      - Installing symfony/polyfill-php70 (v1.20.0)
      - Installing symfony/polyfill-php56 (v1.20.0)
      - Installing symfony/polyfill-mbstring (v1.22.1): Extracting archive
      - Installing symfony/polyfill-intl-icu (v1.22.1): Extracting archive
      - Installing symfony/polyfill-apcu (v1.22.1): Extracting archive
      - Installing psr/simple-cache (1.0.1): Extracting archive
      - Installing psr/log (1.1.3): Extracting archive
      - Installing psr/link (1.0.0): Extracting archive
      - Installing psr/container (1.1.1): Extracting archive
      - Installing psr/cache (1.0.1): Extracting archive
      - Installing fig/link-util (1.1.2): Extracting archive
      - Installing doctrine/lexer (1.2.1): Extracting archive
      - Installing doctrine/annotations (1.12.1): Extracting archive
      - Installing doctrine/reflection (1.2.2): Extracting archive
      - Installing doctrine/event-manager (1.1.1): Extracting archive
      - Installing doctrine/collections (1.6.7): Extracting archive
      - Installing doctrine/cache (1.11.0): Extracting archive
      - Installing doctrine/persistence (1.3.8): Extracting archive
      - Installing doctrine/inflector (1.4.4): Extracting archive
      - Installing doctrine/common (2.13.3): Extracting archive
      - Installing symfony/symfony (v3.4.47): Extracting archive
      - Installing contao/manager-plugin (2.11.0): Extracting archive
      - Installing contao-community-alliance/composer-plugin (3.1.5): Extracting archive
      - Installing contao-components/ace (1.4.12): Extracting archive
      - Installing contao-components/chosen (1.2.4): Extracting archive
      - Installing contao-components/colorbox (1.6.6): Extracting archive
      - Installing contao-components/colorpicker (1.5.1): Extracting archive
      - Installing contao-components/compass (0.12.2.1): Extracting archive
      - Installing contao-components/contao (7.1.6): Extracting archive
      - Installing contao-components/datepicker (2.3.1): Extracting archive
      - Installing contao-components/dropzone (4.3.0): Extracting archive
      - Installing contao-components/highlight (8.9.1): Extracting archive
      - Installing contao-components/html5shiv (3.7.3): Extracting archive
      - Installing contao-components/jquery (1.12.4): Extracting archive
      - Installing contao-components/jquery-ui (1.12.1.1): Extracting archive
      - Installing contao-components/mediabox (1.5.5): Extracting archive
      - Installing contao-components/mediaelement (4.2.14): Extracting archive
      - Installing contao-components/mootools (1.6.0.6): Extracting archive
      - Installing contao-components/respimage (1.4.2): Extracting archive
      - Installing contao-components/simplemodal (2.1.1): Extracting archive
      - Installing contao-components/swipe (2.2.0): Extracting archive
      - Installing contao-components/tablesort (4.0.1): Extracting archive
      - Installing contao-components/tablesorter (2.31.3): Extracting archive
      - Installing contao-components/tinymce4 (4.6.7.3): Extracting archive
      - Installing webmozart/assert (1.10.0): Extracting archive
      - Installing webmozart/path-util (2.3.0): Extracting archive
      - Installing true/punycode (v2.1.1): Extracting archive
      - Installing psr/http-message (1.0.1): Extracting archive
      - Installing php-http/message-factory (v1.0.2): Extracting archive
      - Installing clue/stream-filter (v1.5.0): Extracting archive
      - Installing php-http/message (1.11.0): Extracting archive
      - Installing php-http/discovery (1.13.0): Extracting archive
      - Installing php-http/promise (1.1.0): Extracting archive
      - Installing php-http/httplug (v1.1.0): Extracting archive
      - Installing symfony/polyfill-php72 (v1.22.1): Extracting archive
      - Installing symfony/polyfill-intl-normalizer (v1.22.1): Extracting archive
      - Installing symfony/polyfill-intl-idn (v1.22.1): Extracting archive
      - Installing ralouphie/getallheaders (3.0.3): Extracting archive
      - Installing guzzlehttp/psr7 (1.8.2): Extracting archive
      - Installing guzzlehttp/promises (1.4.1): Extracting archive
      - Installing guzzlehttp/guzzle (6.5.5): Extracting archive
      - Installing php-http/guzzle6-adapter (v1.1.1): Extracting archive
      - Installing symfony/service-contracts (v2.4.0): Extracting archive
      - Installing symfony/polyfill-php80 (v1.22.1): Extracting archive
      - Installing symfony/polyfill-php73 (v1.22.1): Extracting archive
      - Installing symfony/http-client-contracts (v2.4.0): Extracting archive
      - Installing symfony/http-client (v5.2.6): Extracting archive
      - Installing php-http/client-common (1.10.0): Extracting archive
      - Installing friendsofsymfony/http-cache (2.10.0): Extracting archive
      - Installing friendsofsymfony/http-cache-bundle (2.10.2): Extracting archive
      - Installing terminal42/header-replay-bundle (1.5.3): Extracting archive
      - Installing tecnickcom/tcpdf (6.4.1): Extracting archive
      - Installing swiftmailer/swiftmailer (v5.4.12): Extracting archive
      - Installing symfony/swiftmailer-bundle (v2.6.7): Extracting archive
      - Installing simplepie/simplepie (1.5.6): Extracting archive
      - Installing scssphp/scssphp (v1.4.1): Extracting archive
      - Installing phpunit/php-token-stream (3.1.2): Extracting archive
      - Installing phpspec/php-diff (v1.1.3): Extracting archive
      - Installing patchwork/utf8 (v1.3.3): Extracting archive
      - Installing oyejorge/less.php (v1.7.0.14): Extracting archive
      - Installing nelmio/cors-bundle (1.5.6): Extracting archive
      - Installing michelf/php-markdown (1.9.0): Extracting archive
      - Installing matthiasmullie/path-converter (1.1.3): Extracting archive
      - Installing matthiasmullie/minify (1.3.66): Extracting archive
      - Installing jeremykendall/php-domain-parser (3.0.0): Extracting archive
      - Installing league/uri (4.2.2): Extracting archive
      - Installing knplabs/knp-time-bundle (v1.10.0): Extracting archive
      - Installing knplabs/knp-menu (2.6.1): Extracting archive
      - Installing knplabs/knp-menu-bundle (v2.3.0): Extracting archive
      - Installing imagine/imagine (1.2.4): Extracting archive
      - Installing doctrine/doctrine-cache-bundle (1.4.0): Extracting archive
      - Installing jdorn/sql-formatter (v1.2.17): Extracting archive
      - Installing doctrine/deprecations (v0.5.3): Extracting archive
      - Installing doctrine/dbal (2.13.1): Extracting archive
      - Installing doctrine/doctrine-bundle (1.12.13): Extracting archive
      - Installing contao/imagine-svg (0.2.3): Extracting archive
      - Installing contao/image (0.3.9): Extracting archive
      - Installing contao/core-bundle (4.4.55): Extracting archive
      - Installing contao/calendar-bundle (4.4.55): Extracting archive
      - Installing contao/comments-bundle (4.4.55): Extracting archive
      - Installing contao/conflicts (dev-main ccb69e2)
      - Installing contao/faq-bundle (4.4.55): Extracting archive
      - Installing contao/listing-bundle (4.4.55): Extracting archive
      - Installing toflar/psr6-symfony-http-cache-store (2.3.1): Extracting archive
      - Installing monolog/monolog (1.26.0): Extracting archive
      - Installing symfony/monolog-bundle (v3.6.0): Extracting archive
      - Installing composer/ca-bundle (1.2.9): Extracting archive
      - Installing ua-parser/uap-php (v3.9.14): Extracting archive
      - Installing paragonie/random_compat (v9.99.100): Extracting archive
      - Installing nelmio/security-bundle (v2.10.3): Extracting archive
      - Installing lexik/maintenance-bundle (v2.1.5): Extracting archive
      - Installing sensiolabs/ansi-to-html (v1.1.3): Extracting archive
      - Installing symfony/deprecation-contracts (v2.4.0): Extracting archive
      - Installing symfony/mime (v5.2.6): Extracting archive
      - Installing sensiolabs/security-checker (v6.0.3): Extracting archive
      - Installing sensio/distribution-bundle (v5.0.25): Extracting archive
      - Installing contao/installation-bundle (4.4.55): Extracting archive
      - Installing contao/manager-bundle (4.4.55): Extracting archive
      - Installing contao/news-bundle (4.4.55): Extracting archive
      - Installing contao/newsletter-bundle (4.4.55): Extracting archive
      - Installing premium-contao-themes/pct_theme_installer (1.4.2): Extracting archive
        Install of premium-contao-themes/pct_theme_installer failed
      - Installing codefog/contao-haste (4.24.14): Extracting archive
        Install of codefog/contao-haste failed
      - Installing terminal42/dcawizard (2.4.7): Extracting archive
        Install of terminal42/dcawizard failed
      - Installing terminal42/notification_center (1.5.18): Extracting archive
        Install of terminal42/notification_center failed
    
    In AbstractModuleInstaller.php line 603:
                                                                                   
      Installation target "/home/diesiegl/domains/webprintz.de/subdomains/felden/  
      system/modules/pct_theme_installer" already exists                           
                                                                                   
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-scripts] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [...]
    
    
    # Process terminated with exit code 1
    # Result: General error
    Danach ende ich wieder hier
    HTML-Code:
    $ /opt/cpanel/ea-php74/root/usr/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=UTC /home/diesiegl/domains/webprintz.de/subdomains/felden/web/contao-manager.phar.php composer install --prefer-dist --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Your lock file does not contain a compatible set of packages. Please run composer update.
    
      Problem 1
        - contao-community-alliance/composer-plugin is locked to version 3.0.9 and an update of this package was not requested.
        - contao-community-alliance/composer-plugin 3.0.9 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
      Problem 2
        - lib-xsl is present at version 1.1.28.0 and cannot be modified by Composer
        - Only one of these can be installed: lib-libxslt[1.1.28], lib-xsl[1.1.28.0]. lib-libxslt replaces lib-xsl and thus cannot coexist with it.
        - lib-libxslt is present at version 1.1.28 and cannot be modified by Composer
    
    You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
    
    # Process terminated with exit code 2
    # Result: Misuse of shell builtins
    Gruß Mark

  28. #28
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Du musst system/modules/pct_theme_installer löschen und dann nochmal ausführen.
    » sponsor me via GitHub or PayPal or Revolut

  29. #29
    Alter Contao-Hase Avatar von kischd
    Registriert seit
    25.06.2009.
    Ort
    Karlsruhe
    Beiträge
    1.107

    Standard

    Danach hatte er den Ordner "haste" als Fehler, danach dca-wizard

    Nun noch notification_center.

    Muss ich einfach alle Module löschen?
    Gruß Mark

  30. #30
    Alter Contao-Hase Avatar von kischd
    Registriert seit
    25.06.2009.
    Ort
    Karlsruhe
    Beiträge
    1.107

    Standard

    Nach dem Notification_center kam diese Meldung

    HTML-Code:
    In ScriptHandler.php line 113:
                                                                                   
      An error occurred while executing the "contao:install" command: 09:00:41 ER  
      ROR     [console] Error thrown while running command "contao:install --env=  
      prod". Message: "The path "system/config/tcpdf.php" exists and is not a sym  
      link." ["exception" => LogicException { …},"command" => "contao:install --e  
      nv=prod","message" => "The path "system/config/tcpdf.php" exists and is not  
       a symlink."]                                                                
                                                                                   
      In SymlinkUtil.php line 80:                                                  
                                                                                   
        The path "system/config/tcpdf.php" exists and is not a symlink.            
                                                                                   
                                                                                   
      contao:install [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version  
      ] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [-  
      -]  []                                                      
                                                                                   
    
    install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-scripts] [--no-progress] [--no-install] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [...]
    
    
    # Process terminated with e
    Gruß Mark

  31. #31
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Du musst die beanstandeten Pfade löschen und dann "Composer Update ausführen".
    » sponsor me via GitHub or PayPal or Revolut

  32. #32
    Alter Contao-Hase Avatar von kischd
    Registriert seit
    25.06.2009.
    Ort
    Karlsruhe
    Beiträge
    1.107

    Standard

    Nach den ganzen Schritten hat es funktioniert.
    Ist das normal? Oder lag das am Theme?

    ICh würde gerne verstehen was genau das Problem ist/war
    Gruß Mark

  33. #33
    Community-Moderatorin & Contao-Urgestein Avatar von mlweb
    Registriert seit
    10.07.2011.
    Beiträge
    6.733
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Wenn ich da system/modules/pct_theme_installer lese, dann gehe ich von einem PCT-Theme aus. PCT kocht bei der Installation ja sein eigenes Süppchen und ich würde grundsätzlich nichts ausschließen. Normal ist das auf jeden Fall m.E. nicht, kann aber sicher auch Ursachen haben die ganz wo anders liegen.
    Ich habe Dir mit meinen Hinweisen geholfen und Du möchtest Dich bedanken?
    Unterstütze bitte das Contao-Projekt (Button Links)
    Weitere Spendenmöglichkeiten
    ------------------------------------------------------------------------------------------------------
    Contao-Dokumentation: Contao-Handbuch und Contao-Entwickler-Doku
    Contao-Online-Video-Kurse: Contao Academy
    Funktionalität erweitern: Contao-Erweiterungen

    Für Dinge die man mit html5 und css3 lösen kann, braucht man kein javascript.




  34. #34
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Mit dem Theme an sich hat es nicht unbedingt etwas zu tun. Diese Fehler können auftreten, wenn man bspw. manuell im vendor/ Ordner etwas verändert hat (bspw. Pakete dort gelöscht oder Dinge aus anderen Instanzen übernommen hat).
    » sponsor me via GitHub or PayPal or Revolut

  35. #35
    Contao-Nutzer
    Registriert seit
    12.07.2010.
    Beiträge
    60

    Standard

    Hallo. Ich habe auch das Problem und komme nicht weiter.

    Code:
    composer update --no-install --no-scriptsErfolgreich nach 13 Sekunden. RAM-Verbrauch: 14.27MB (Spitze: 181.25MB), Dauer: 8.35s.
    composer install
    $ /usr/bin/php -q -dmax_execution_time=0 -dmemory_limit=-1 -ddisplay_errors=0 -dallow_url_fopen=1 -ddisable_functions= -ddate.timezone=Europe/Berlin /kunden/314677_53840/contao-cms/web/contao-manager.phar.php composer install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader
    Installing dependencies from lock file
    Verifying lock file contents can be installed on current platform.
    Package operations: 0 installs, 59 updates, 0 removals
      - Upgrading symfony/polyfill-mbstring (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-iconv (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading contao-components/ace (1.11.0 => 1.13.1): Extracting archive
      - Upgrading contao-components/mootools (1.6.0.6 => 1.6.0.7): Extracting archive
      - Upgrading symfony/polyfill-ctype (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-php80 (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-php73 (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-php72 (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-intl-normalizer (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/polyfill-intl-idn (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/mime (v5.4.12 => v5.4.14): Extracting archive
      - Upgrading symfony/http-foundation (v4.4.45 => v4.4.48): Extracting archive
      - Upgrading symfony/var-dumper (v4.4.44 => v4.4.47): Extracting archive
      - Upgrading symfony/http-kernel (v4.4.45 => v4.4.48): Extracting archive
      - Upgrading symfony/polyfill-php81 (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/filesystem (v5.4.12 => v5.4.13): Extracting archive
      - Upgrading symfony/http-client (v4.4.45 => v4.4.47): Extracting archive
      - Upgrading php-http/client-common (2.5.0 => 2.6.0): Extracting archive
      - Upgrading friendsofsymfony/http-cache (2.14.1 => 2.14.2): Extracting archive
      - Upgrading composer/ca-bundle (1.3.3 => 1.3.4): Extracting archive
      - Upgrading twig/twig (v2.15.2 => v2.15.3): Extracting archive
      - Upgrading symfony/translation (v4.4.45 => v4.4.47): Extracting archive
      - Upgrading symfony/security-core (v4.4.44 => v4.4.48): Extracting archive
      - Upgrading symfony/polyfill-intl-grapheme (v1.26.0 => v1.27.0): Extracting archive
      - Upgrading symfony/string (v5.4.12 => v5.4.15): Extracting archive
      - Upgrading symfony/property-info (v5.4.11 => v5.4.15): Extracting archive
      - Upgrading symfony/property-access (v5.4.11 => v5.4.15): Extracting archive
      - Upgrading symfony/security-http (v4.4.44 => v4.4.48): Extracting archive
      - Upgrading symfony/security-guard (v4.4.37 => v4.4.46): Extracting archive
      - Upgrading symfony/lock (v4.4.40 => v4.4.46): Extracting archive
      - Upgrading symfony/cache (v4.4.44 => v4.4.48): Extracting archive
      - Upgrading symfony/framework-bundle (v4.4.45 => v4.4.47): Extracting archive
      - Upgrading symfony/expression-language (v4.4.44 => v4.4.47): Extracting archive
      - Upgrading symfony/console (v4.4.45 => v4.4.48): Extracting archive
      - Upgrading symfony/asset (v4.4.40 => v4.4.46): Extracting archive
      - Upgrading simplepie/simplepie (1.6.0 => 1.7.0): Extracting archive
      - Upgrading nikic/php-parser (v4.15.1 => v4.15.2): Extracting archive
      - Upgrading imagine/imagine (1.3.2 => 1.3.3): Extracting archive
      - Upgrading doctrine/event-manager (1.1.2 => 1.2.0): Extracting archive
      - Upgrading doctrine/persistence (3.0.3 => 3.1.0): Extracting archive
      - Upgrading doctrine/inflector (2.0.5 => 2.0.6): Extracting archive
      - Upgrading doctrine/common (3.4.0 => 3.4.3): Extracting archive
      - Upgrading doctrine/collections (1.7.3 => 1.8.0): Extracting archive
      - Upgrading doctrine/orm (2.13.1 => 2.13.4): Extracting archive
      - Upgrading symfony/doctrine-bridge (v4.4.44 => v4.4.48): Extracting archive
      - Upgrading doctrine/doctrine-bundle (2.7.0 => 2.7.1): Extracting archive
      - Upgrading contao/core-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/calendar-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/comments-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/conflicts (dev-main e625a58 => dev-main 96abbf1)
      - Upgrading contao/faq-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/listing-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading symfony/web-profiler-bundle (v4.4.44 => v4.4.47): Extracting archive
      - Upgrading symfony/stopwatch (v4.4.38 => v4.4.46): Extracting archive
      - Upgrading friendsofphp/proxy-manager-lts (v1.0.12 => v1.0.13): Extracting archive
      - Upgrading contao/installation-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/manager-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/news-bundle (4.9.34 => 4.9.36): Extracting archive
      - Upgrading contao/newsletter-bundle (4.9.34 => 4.9.36): Extracting archive
    Package contao-components/highlight is abandoned, you should avoid using it. No replacement was suggested.
    Package patchwork/utf8 is abandoned, you should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
    Package symfony/swiftmailer-bundle is abandoned, you should avoid using it. Use symfony/mailer instead.
    Package true/punycode is abandoned, you should avoid using it. No replacement was suggested.
    Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
    Generating optimized autoload files
    composer/package-versions-deprecated: Generating version class...
    composer/package-versions-deprecated: ...done generating version class
    contao/manager-plugin: Dumping generated plugins file...
    contao/manager-plugin: ...done dumping generated plugins file
    Could not open input file: vendor/bin/contao-setup
    Class Contao\ManagerPlugin\PluginLoader located in ./vendor/contao/manager-plugin/src/Resources/PluginLoader.php does not comply with psr-4 autoloading standard. Skipping.
    99 packages you are using are looking for funding.
    Use the `composer fund` command to find out more!
    > @php vendor/bin/contao-setup
    Script @php vendor/bin/contao-setup handling the post-install-cmd event returned with error code 1
    # Process terminated with exit code 1
    # Result: General error

  36. #36
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107
    » sponsor me via GitHub or PayPal or Revolut

  37. #37
    Contao-Nutzer
    Registriert seit
    12.07.2010.
    Beiträge
    60

    Standard

    Contao Manager / "Composer Update ausführen" führt bei mir zum selben Ergebnis.

  38. #38
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.032
    Partner-ID
    10107

    Standard

    Nein, du musst die "scripts" Sektion manuell reparieren.
    » sponsor me via GitHub or PayPal or Revolut

  39. #39
    Contao-Nutzer
    Registriert seit
    12.07.2010.
    Beiträge
    60

    Standard

    Danke. Hat funktioniert.

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 2 (Registrierte Benutzer: 1, Gäste: 1)

  1. av3nger

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •