Ambiguous class resolution on composer dump-autoload
winardiaris opened this issue · 2 comments
winardiaris commented
Generating optimized autoload filesWarning: Ambiguous class resolution, "PharIo\Version\InvalidVersionException" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/exceptions/InvalidVersionException.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/InvalidVersionException.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\UnsupportedVersionConstraintException" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/exceptions/UnsupportedVersionConstraintException.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/UnsupportedVersionConstraintException.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\AndVersionConstraintGroup" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/AndVersionConstraintGroup.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/constraints/AndVersionConstraintGroup.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\VersionConstraint" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/VersionConstraint.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/constraints/VersionConstraint.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\SpecificMajorAndMinorVersionConstraint" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/SpecificMajorAndMinorVersionConstraint.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/constraints/SpecificMajorAndMinorVersionConstraint.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\SpecificMajorVersionConstraint" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/SpecificMajorVersionConstraint.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/constraints/SpecificMajorVersionConstraint.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\GreaterThanOrEqualToVersionConstraint" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/GreaterThanOrEqualToVersionConstraint.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/constraints/GreaterThanOrEqualToVersionConstraint.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\ExactVersionConstraint" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/ExactVersionConstraint.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/constraints/ExactVersionConstraint.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\OrVersionConstraintGroup" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/OrVersionConstraintGroup.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/constraints/OrVersionConstraintGroup.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\AbstractVersionConstraint" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/AbstractVersionConstraint.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\AnyVersionConstraint" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/AnyVersionConstraint.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/constraints/AnyVersionConstraint.php", the first will be used.
Warning: Ambiguous class resolution, "PharIo\Version\Exception" was found in both "/home/winardiaris/git/project/vendor/phar-io/version/src/exceptions/Exception.php" and "/home/winardiaris/git/project/vendor/phar-io/version/src/Exception.php", the first will be used.
theseer commented
Thank you for taking the time to report an issue.
Unfortunately, this is just a website repository. It does not use any packages and thus the issue doesn't belong here.
Please (re-)open it in the appropriate repository.