Fehler nach update composer

Hallo, 

ich wolte symfony/var-dumper installieren aber nach dem Befehl   composer require symfony/var-dumper    wird dieser Fehler auf das Terminal gezeigt

Warning: Ambiguous class resolution, "Doctrine\ORM\Persisters\Entity\BasicEntityPersister" was found in both "$baseDir . '/engine/Library/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php" and "C:/wamp64/www/w/shopware_5.3.0/vendor/doctrine/orm/lib\Doctrine\ORM\Persisters\Entity\BasicEntityPersister.php", the first will be used.
Warning: Ambiguous class resolution, "Doctrine\Common\Proxy\AbstractProxyFactory" was found in both "$baseDir . '/engine/Library/Doctrine/Common/Proxy/AbstractProxyFactory.php" and "C:/wamp64/www/w/shopware_5.3.0/vendor/doctrine/common/lib/Doctrine/Common\Proxy\AbstractProxyFactory.php", the first will be used.
  • Ich kriege diese Fehler im Browser und  Ich kann nicht den Shopware öffnen

    Warning: require(C:\wamp64\www\w\shopware_5.3.0\vendor\composer/…/…/tests/dbunit_shims.php): failed to open stream: No such file or directory in C:\wamp64\www\w\shopware_5.3.0\vendor\composer\autoload_real.php on line 70

    Fatal error: require(): Failed opening required ‚C:\wamp64\www\w\shopware_5.3.0\vendor\composer/…/…/tests/dbunit_shims.php‘ (include_path=‚C:\wamp64\www\w\shopware_5.3.0/engine/Library;.;C:\php\pear‘) in C:\wamp64\www\w\shopware_5.3.0\vendor\composer\autoload_real.php on line 70

 

Die ersten beiden sind Warnings, kannst du ignorieren.
Beim zweiten Fehler kannst du den composer mit “–no-dev” asuführen.

1 „Gefällt mir“

Vielen dank  Thumb-Up

ich habe jetzt die Fehler beheben