Ergebnis 1 bis 3 von 3

Thema: Installieren von Composer-Abhängigkeiten

  1. #1
    Contao-Nutzer
    Registriert seit
    16.07.2019.
    Beiträge
    26

    Standard Installieren von Composer-Abhängigkeiten

    Hi zusammen,

    wenn ich ich im Contao Manager (Version 1.5.7) die Composer Abhängigkeiten aktualisieren will, erhalte ich folgende Fehlermeldung.
    PHP-Code:
    $ /usr/bin/php8.0 --/is/htdocs/wp109/rent/contao-manager/php.ini -dmax_execution_time=-dmemory_limit=--dallow_url_fopen=-ddisable_functions= -ddate.timezone=Europe/Berlin /is/htdocs/wp109/rent/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
    .
    WarningThe lock file is not up to date with the latest changes in composer.jsonYou may be getting outdated dependenciesIt is recommended that you run `composer update` or `composer update `.
    Your lock file does not contain a compatible set of packagesPlease 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.2.0but 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.2.0but 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.2.0but it does not match the constraint.
      
    Problem 4
        
    ocramius/package-versions is locked to version 1.4.0 and an update of this package was not requested.
        - 
    ocramius/package-versions 1.4.0 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.2.0but it does not match the constraint.
      
    Problem 5
        
    lib-xsl is present at version 1.1.28.0 and cannot be modified by Composer
        
    Only one of these can be installedlib-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


    # Process terminated with exit code 2
    # Result: Misuse of shell builtins 

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

    Standard

    Deaktiviere mal das Cloud Resolving.
    » sponsor me via GitHub or PayPal or Revolut

  3. #3
    Contao-Nutzer
    Registriert seit
    16.07.2019.
    Beiträge
    26

    Standard

    ich habe das Cloud Resolving desaktiviert. dann kam diese fehlermeldung
    PHP-Code:

    $ /usr/bin/php8.0 --/is/htdocs/wp109/rent/contao-manager/php.ini -dmax_execution_time=-dmemory_limit=--dallow_url_fopen=-ddisable_functions= -ddate.timezone=Europe/Berlin /is/htdocs/wp109/rent/web/contao-manager.phar.php composer update --with-dependencies --no-install --no-dev --no-progress --no-ansi --no-interaction --optimize-autoloader

    Loading composer repositories with package information
    Info from https
    ://repo.packagist.org: #StandWithUkraine
    Updating dependencies
    contao
    /manager-pluginDumping generated plugins file...
    contao/manager-plugin: ...done dumping generated plugins file

    Notice
    tempnam(): file created in the system's temporary directory in /is/htdocs/wp109/rent/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php on line 673

    Fatal error: Uncaught ValueError: Path cannot be empty in /is/htdocs/wp109/rent/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php:681
    Stack trace:
    #0 /is/htdocs/wp109/rent/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php(681): file_put_contents('', '
    shouldEnableEntityLoader()
    #2 /is/htdocs/wp109/rent/vendor/symfony/config/Util/XmlUtils.php(89): Symfony\Component\DependencyInjection\Loader\XmlFileLoader->validateSchema(Object(DOMDocument), false)
    #3 /is/htdocs/wp109/rent/vendor/symfony/config/Util/XmlUtils.php(146): Symfony\Component\Config\Util\XmlUtils::parse('parseFileToDOM('/is/htdocs/wp10...')
    #6 /is/htdocs/wp109/rent/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerExtension.php(50): Symfony\Component\DependencyInjection\Loader\XmlFileLoader->load('swiftmailer.xml')
    #7 /is/htdocs/wp109/rent/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php(76): Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerExtension->load(Array, Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
    #8 /is/htdocs/wp109/rent/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php(39): Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process(Object(Contao\ManagerPlugin\Config\ContainerBuilder))
    #9 /is/htdocs/wp109/rent/vendor/symfony/dependency-injection/Compiler/Compiler.php(94): Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process(Object(Contao\ManagerPlugin\Config\ContainerBuilder))
    #10 /is/htdocs/wp109/rent/vendor/symfony/dependency-injection/ContainerBuilder.php(762): Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object(Contao\ManagerPlugin\Config\ContainerBuilder))
    #11 /is/htdocs/wp109/rent/vendor/symfony/http-kernel/Kernel.php(594): Symfony\Component\DependencyInjection\ContainerBuilder->compile()
    #12 /is/htdocs/wp109/rent/vendor/contao/manager-bundle/src/HttpKernel/ContaoKernel.php(326): Symfony\Component\HttpKernel\Kernel->initializeContainer()
    #13 /is/htdocs/wp109/rent/vendor/symfony/http-kernel/Kernel.php(136): Contao\ManagerBundle\HttpKernel\ContaoKernel->initializeContainer()
    #14 /is/htdocs/wp109/rent/vendor/symfony/framework-bundle/Console/Application.php(169): Symfony\Component\HttpKernel\Kernel->boot()
    #15 /is/htdocs/wp109/rent/vendor/symfony/framework-bundle/Console/Application.php(75): Symfony\Bundle\FrameworkBundle\Console\Application->registerCommands()
    #16 /is/htdocs/wp109rent/vendor/symfony/console/Application.php(149): Symfony\Bundle\FrameworkBundle\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #17 /is/htdocs/wp109/rent/vendor/contao/manager-bundle/bin/contao-console(38): Symfony\Component\Console\Application->run(Object(Symfony\Component\Console\Input\ArgvInput))
    #18 {main}
      
    thrown in /is/htdocs/wp109/rent/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php on line 681
    Lock file operations
    53 installs126 updates44 removals
      
    Removing cliffparnitzky/tiny-mce-plugin-loader (2.1.9)
      - 
    Removing cliffparnitzky/tiny-mce-text-color (1.1.0)
      - 
    Removing contao-components/compass (0.12.2.1)
      - 
    Removing contao-components/html5shiv (3.7.3)
      - 
    Removing contao-components/mediaelement (4.2.14)
      - 
    Removing contao-components/respimage (1.4.2)
      - 
    Removing derhaeuptling/contao-seo-serp-preview (3.0.5)
      - 
    Removing doctrine/doctrine-cache-bundle (1.3.5)
      - 
    Removing doctrine/reflection (v1.0.0)
      - 
    Removing erdmannfreunde/euf_conversion_tracking (0.1.1)
      - 
    Removing guzzlehttp/guzzle (6.4.1)
      - 
    Removing guzzlehttp/promises (v1.3.1)
      - 
    Removing guzzlehttp/psr7 (1.6.1)
      - 
    Removing hofff/contao-calendarfield (3.0.2)
      - 
    Removing isotope/isotope_documents (1.0.3)
      - 
    Removing jdorn/sql-formatter (v1.2.17)
      - 
    Removing league/uri (5.3.0)
      - 
    Removing league/uri-components (1.8.2)
      - 
    Removing league/uri-hostname-parser (1.1.1)
      - 
    Removing league/uri-interfaces (1.1.1)
      - 
    Removing league/uri-manipulations (1.5.0)
      - 
    Removing league/uri-parser (1.4.1)
      - 
    Removing league/uri-schemes (1.2.1)
      - 
    Removing menatwork/contao-multicolumnwizard (3.3.16)
      - 
    Removing ocramius/package-versions (1.4.0)
      - 
    Removing ocramius/proxy-manager (2.2.3)
      - 
    Removing oyejorge/less.php (v1.7.0.14)
      - 
    Removing php-http/guzzle6-adapter (v1.1.1)
      - 
    Removing phpunit/php-token-stream (3.1.1)
      - 
    Removing psr/simple-cache (1.0.1)
      - 
    Removing ralouphie/getallheaders (3.0.3)
      - 
    Removing scheb/two-factor-bundle (v3.24.0)
      - 
    Removing sonata-project/google-authenticator (2.2.0)
      - 
    Removing symfony/contracts (v1.1.8)
      - 
    Removing symfony/inflector (v4.3.8)
      - 
    Removing symfony/polyfill-php56 (v1.12.0)
      - 
    Removing symfony/polyfill-util (v1.12.0)
      - 
    Removing symfony/security (v4.2.12)
      - 
    Removing symfony/templating (v4.3.8)
      - 
    Removing terminal42/contao-easy_themes (2.2.8)
      - 
    Removing terminal42/contao-leads (1.4.14)
      - 
    Removing terminal42/header-replay-bundle (1.5.3)
      - 
    Removing zendframework/zend-code (3.4.0)
      - 
    Removing zendframework/zend-eventmanager (3.2.1)
      - 
    Upgrading ausi/slug-generator (v1.1.0 => v1.1.1)
      - 
    Upgrading bacon/bacon-qr-code (2.0.0 => 2.0.7)
      - 
    Upgrading beberlei/assert (v3.2.6 => v3.3.2)
      - 
    Upgrading clue/stream-filter (v1.4.1 => v1.6.0)
      - 
    Upgrading codefog/contao-haste (4.24.0 => 4.25.22)
      - 
    Upgrading composer/ca-bundle (1.2.4 => 1.3.3)
      - 
    Locking composer/package-versions-deprecated (1.11.99.5)
      - 
    Upgrading contao-community-alliance/composer-plugin (3.0.9 => 3.2.2)
      - 
    Upgrading contao-components/ace (1.4.7 => 1.9.3)
      - 
    Upgrading contao-components/chosen (1.2.2 => 1.2.4)
      - 
    Upgrading contao-components/colorbox (1.6.5 => 1.6.6)
      - 
    Upgrading contao-components/colorpicker (1.5.1 => 1.5.2)
      - 
    Upgrading contao-components/contao (8.0.3 => 9.2.0)
      - 
    Upgrading contao-components/datepicker (2.3.1 => 2.3.2)
      - 
    Upgrading contao-components/dropzone (5.5.0 => 5.9.3)
      - 
    Upgrading contao-components/highlight (9.16.1 => 9.18.1)
      - 
    Upgrading contao-components/installer (1.3.1 => 1.4.1)
      - 
    Upgrading contao-components/jquery (3.4.1 => 3.6.0)
      - 
    Upgrading contao-components/jquery-ui (1.12.1.1 => 1.13.1)
      - 
    Upgrading contao-components/tablesort (3.4.12 => 4.0.1)
      - 
    Upgrading contao-components/tablesorter (2.1.1 => 2.31.3)
      - 
    Upgrading contao-components/tinymce4 (4.9.4 => 4.9.12)
      - 
    Upgrading contao/calendar-bundle (4.7.7 => 4.9.32)
      - 
    Upgrading contao/comments-bundle (4.7.7 => 4.9.32)
      - 
    Upgrading contao/conflicts (dev-master 1ef5c8d => dev-main 499c1af)
      - 
    Upgrading contao/core-bundle (4.7.7 => 4.9.32)
      - 
    Upgrading contao/faq-bundle (4.7.7 => 4.9.32)
      - 
    Upgrading contao/image (0.3.9 => 1.1.1)
      - 
    Upgrading contao/imagine-svg (0.2.2 => 1.0.3)
      - 
    Upgrading contao/installation-bundle (4.7.7 => 4.9.32)
      - 
    Upgrading contao/listing-bundle (4.7.7 => 4.9.32)
      - 
    Upgrading contao/manager-bundle (4.7.7 => 4.9.32)
      - 
    Upgrading contao/manager-plugin (2.7.1 => 2.12.0)
      - 
    Upgrading contao/news-bundle (4.7.7 => 4.9.32)
      - 
    Upgrading contao/newsletter-bundle (4.7.7 => 4.9.32)
      - 
    Upgrading dasprid/enum (1.0.0 => 1.0.3)
      - 
    Upgrading doctrine/annotations (v1.8.0 => 1.13.3)
      - 
    Upgrading doctrine/cache (1.9.0 => 2.2.0)
      - 
    Upgrading doctrine/collections (1.6.4 => 1.6.8)
      - 
    Locking doctrine/common (3.3.0)
      - 
    Upgrading doctrine/dbal (v2.10.0 => 2.13.9)
      - 
    Locking doctrine/deprecations (v1.0.0)
      - 
    Upgrading doctrine/doctrine-bundle (1.11.2 => 2.7.0)
      - 
    Upgrading doctrine/event-manager (1.1.0 => 1.1.2)
      - 
    Upgrading doctrine/inflector (1.3.1 => 2.0.4)
      - 
    Locking doctrine/instantiator (1.4.1)
      - 
    Upgrading doctrine/lexer (1.2.0 => 1.2.3)
      - 
    Locking doctrine/orm (2.13.1)
      - 
    Upgrading doctrine/persistence (1.2.0 => 3.0.3)
      - 
    Locking doctrine/sql-formatter (1.1.3)
      - 
    Locking dragonmantank/cron-expression (v2.3.1)
      - 
    Upgrading egulias/email-validator (2.1.11 => 3.2.1)
      - 
    Locking erdmannfreunde/euf_grid (3.1.1)
      - 
    Locking friendsofphp/proxy-manager-lts (v1.0.12)
      - 
    Upgrading friendsofsymfony/http-cache (2.7.0 => 2.14.1)
      - 
    Upgrading friendsofsymfony/http-cache-bundle (2.7.2 => 2.12.1)
      - 
    Upgrading imagine/imagine (1.2.2 => 1.3.2)
      - 
    Upgrading isotope/isotope-core (2.6.2 => 2.8.6)
      - 
    Upgrading knplabs/knp-menu (2.6.0 => v3.3.0)
      - 
    Upgrading knplabs/knp-menu-bundle (v2.3.0 => v3.2.0)
      - 
    Upgrading knplabs/knp-time-bundle (v1.9.1 => v1.19.0)
      - 
    Locking laminas/laminas-code (4.6.0)
      - 
    Locking lcobucci/clock (2.2.0)
      - 
    Upgrading lcobucci/jwt (3.3.1 => 4.0.4)
      - 
    Locking madeyourday/contao-rocksolid-slider (v2.1.8)
      - 
    Upgrading matthiasmullie/minify (1.3.61 => 1.3.68)
      - 
    Upgrading matthiasmullie/path-converter (1.1.2 => 1.1.3)
      - 
    Locking menatwork/contao-multicolumnwizard-bundle (3.5.7)
      - 
    Upgrading michelf/php-markdown (1.8.0 => 1.9.1)
      - 
    Upgrading monolog/monolog (1.25.2 => 1.27.1)
      - 
    Upgrading nelmio/cors-bundle (1.5.6 => 2.2.0)
      - 
    Upgrading nelmio/security-bundle (2.7.0 => v2.12.0)
      - 
    Locking nikic/php-parser (v4.14.0)
      - 
    Locking nyholm/psr7 (1.5.1)
      - 
    Locking oveleon/contao-cookiebar (1.12.2)
      - 
    Upgrading paragonie/constant_time_encoding (v2.3.0 => v2.6.3)
      - 
    Upgrading paragonie/random_compat (v9.99.99 => v9.99.100)
      - 
    Upgrading patchwork/utf8 (v1.3.1 => v1.3.3)
      - 
    Upgrading php-http/client-common (1.9.1 => 2.5.0)
      - 
    Upgrading php-http/discovery (1.7.0 => 1.14.3)
      - 
    Upgrading php-http/httplug (v1.1.0 => 2.3.0)
      - 
    Upgrading php-http/message (1.8.0 => 1.13.0)
      - 
    Upgrading php-http/promise (v1.0.0 => 1.1.0)
      - 
    Upgrading phpspec/php-diff (v1.1.0 => v1.1.3)
      - 
    Upgrading psr/cache (1.0.1 => 2.0.0)
      - 
    Upgrading psr/container (1.0.0 => 1.1.2)
      - 
    Locking psr/http-client (1.0.1)
      - 
    Locking psr/http-factory (1.0.1)
      - 
    Upgrading psr/log (1.1.2 => 1.1.4)
      - 
    Locking ramsey/uuid (3.9.6)
      - 
    Locking scheb/2fa-backup-code (v5.13.2)
      - 
    Locking scheb/2fa-bundle (v5.13.2)
      - 
    Locking scheb/2fa-trusted-device (v5.13.2)
      - 
    Upgrading scssphp/scssphp (1.0.5 => v1.10.5)
      - 
    Upgrading sensiolabs/ansi-to-html (v1.1.3 => v1.2.1)
      - 
    Upgrading simplepie/simplepie (1.5.3 => 1.6.0)
      - 
    Upgrading spomky-labs/otphp (v9.1.4 => v10.0.3)
      - 
    Locking stella-maris/clock (0.1.5)
      - 
    Upgrading swiftmailer/swiftmailer (v6.2.3 => v6.3.0)
      - 
    Upgrading symfony-cmf/routing (2.1.0 => 2.3.4)
      - 
    Upgrading symfony-cmf/routing-bundle (2.1.1 => 2.5.1)
      - 
    Upgrading symfony/asset (v4.2.12 => v4.4.40)
      - 
    Upgrading symfony/cache (v4.2.12 => v4.4.44)
      - 
    Locking symfony/cache-contracts (v2.5.2)
      - 
    Upgrading symfony/config (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/console (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/debug (v4.3.8 => v4.4.44)
      - 
    Upgrading symfony/debug-bundle (v4.2.12 => v4.4.37)
      - 
    Upgrading symfony/dependency-injection (v4.2.12 => v4.4.44)
      - 
    Locking symfony/deprecation-contracts (v3.0.2)
      - 
    Upgrading symfony/doctrine-bridge (v4.3.6 => v4.4.44)
      - 
    Locking symfony/dom-crawler (v4.4.44)
      - 
    Upgrading symfony/dotenv (v4.2.12 => v4.4.37)
      - 
    Locking symfony/error-handler (v4.4.44)
      - 
    Upgrading symfony/event-dispatcher (v4.2.12 => v4.4.44)
      - 
    Locking symfony/event-dispatcher-contracts (v1.1.13)
      - 
    Upgrading symfony/expression-language (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/filesystem (v4.2.12 => v5.4.11)
      - 
    Upgrading symfony/finder (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/framework-bundle (v4.2.12 => v4.4.44)
      - 
    Locking symfony/http-client (v4.4.44)
      - 
    Locking symfony/http-client-contracts (v2.5.2)
      - 
    Upgrading symfony/http-foundation (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/http-kernel (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/lock (v4.2.12 => v4.4.40)
      - 
    Locking symfony/mime (v5.4.11)
      - 
    Upgrading symfony/monolog-bridge (v4.2.12 => v4.4.43)
      - 
    Upgrading symfony/monolog-bundle (v3.5.0 => v3.8.0)
      - 
    Upgrading symfony/options-resolver (v4.3.8 => v5.4.11)
      - 
    Upgrading symfony/polyfill-ctype (v1.12.0 => v1.26.0)
      - 
    Upgrading symfony/polyfill-iconv (v1.12.0 => v1.26.0)
      - 
    Locking symfony/polyfill-intl-grapheme (v1.26.0)
      - 
    Upgrading symfony/polyfill-intl-idn (v1.12.0 => v1.26.0)
      - 
    Locking symfony/polyfill-intl-normalizer (v1.26.0)
      - 
    Upgrading symfony/polyfill-mbstring (v1.12.0 => v1.26.0)
      - 
    Upgrading symfony/polyfill-php72 (v1.12.0 => v1.26.0)
      - 
    Locking symfony/polyfill-php73 (v1.26.0)
      - 
    Locking symfony/polyfill-php80 (v1.26.0)
      - 
    Locking symfony/polyfill-php81 (v1.26.0)
      - 
    Upgrading symfony/process (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/property-access (v4.3.8 => v5.4.11)
      - 
    Locking symfony/property-info (v5.4.11)
      - 
    Upgrading symfony/proxy-manager-bridge (v4.2.12 => v4.4.39)
      - 
    Upgrading symfony/routing (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/security-bundle (v4.2.12 => v4.4.44)
      - 
    Locking symfony/security-core (v4.4.44)
      - 
    Locking symfony/security-csrf (v5.2.12)
      - 
    Locking symfony/security-guard (v4.4.37)
      - 
    Locking symfony/security-http (v4.4.44)
      - 
    Locking symfony/serializer (v5.4.11)
      - 
    Locking symfony/service-contracts (v2.5.2)
      - 
    Locking symfony/stopwatch (v4.4.38)
      - 
    Locking symfony/string (v6.0.11)
      - 
    Upgrading symfony/swiftmailer-bundle (v3.3.1 => v3.5.4)
      - 
    Upgrading symfony/translation (v4.2.12 => v4.4.44)
      - 
    Locking symfony/translation-contracts (v2.5.2)
      - 
    Upgrading symfony/twig-bridge (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/twig-bundle (v4.2.12 => v4.4.41)
      - 
    Upgrading symfony/var-dumper (v4.3.8 => v4.4.44)
      - 
    Upgrading symfony/var-exporter (v4.3.8 => v5.4.10)
      - 
    Upgrading symfony/web-profiler-bundle (v4.2.12 => v4.4.44)
      - 
    Upgrading symfony/yaml (v4.2.12 => v4.4.44)
      - 
    Upgrading tecnickcom/tcpdf (6.3.2 => 6.5.0)
      - 
    Locking terminal42/contao-changelanguage (3.3.4)
      - 
    Upgrading terminal42/contao-conditionalselectmenu (3.0.6 => 4.0.2)
      - 
    Upgrading terminal42/contao-tablelookupwizard (3.3.4 => 4.0.2)
      - 
    Upgrading terminal42/dc_multilingual (2.1.7 => 4.3.0)
      - 
    Upgrading terminal42/dcawizard (2.4.7 => 2.5.0)
      - 
    Locking terminal42/escargot (1.4.1)
      - 
    Upgrading terminal42/notification_center (1.5.8 => 1.6.13)
      - 
    Locking terminal42/service-annotation-bundle (1.1.3)
      - 
    Locking thecodingmachine/safe (v2.2.3)
      - 
    Upgrading toflar/psr6-symfony-http-cache-store (2.1.1 => 3.0.1)
      - 
    Upgrading twig/twig (v2.12.2 => v2.15.2)
      - 
    Upgrading ua-parser/uap-php (v3.9.2 => v3.9.14)
      - 
    Locking webignition/disallowed-character-terminated-string (2.0)
      - 
    Locking webignition/robots-txt-file (3.0)
      - 
    Upgrading webmozart/assert (1.5.0 => 1.11.0)
      - 
    Locking wikimedia/less.php (1.8.2)
    Writing lock file
    16 package suggestions were added by 
    new dependencies, use `composer suggestto see details.
    Package patchwork/utf8 is abandonedyou should avoid using it. Use symfony/polyfill-mbstring or symfony/string instead.
    Package swiftmailer/swiftmailer is abandonedyou should avoid using it. Use symfony/mailer instead.
    Package symfony/debug is abandonedyou should avoid using it. Use symfony/error-handler instead.
    Package symfony/swiftmailer-bundle is abandonedyou should avoid using it. Use symfony/mailer instead.
    Package true/punycode is abandonedyou should avoid using itNo replacement was suggested.
    Package webmozart/path-util is abandonedyou should avoid using it. Use symfony/filesystem instead.
    108 packages you are using are looking for funding.
    Use 
    the `composer fundcommand to find out more!
    Contao\ManagerBundle\Composer\ScriptHandler::initializeApplication
    Script Contao
    \ManagerBundle\Composer\ScriptHandler::initializeApplication handling the post-update-cmd event terminated with an exception

    In ScriptHandler
    .php line 97:
                                                                               
      
    An error occurred while executing the "contao:install-web-dir" command:  
                                                                               

    update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-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] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [...]


    # Process terminated with exit code 1
    # Result: General error 

Aktive Benutzer

Aktive Benutzer

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

Lesezeichen

Lesezeichen

Berechtigungen

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