Skip to content

Composer dump autoload warning with SQLBuilder #73

@seyfer

Description

@seyfer
php composer.phar dump-autoload -o
Generating optimized autoload files
Warning: Ambiguous class resolution, "SQLBuilder\Universal\Syntax\AlterTableDropIndex" was found in both "/home/seyfer/www/site.loc/vendor/corneltek/sqlbuilder/src/SQLBuilder/Universal/Syntax/AlterTableDropIndex.php" and "/home/seyfer/www/site.loc/vendor/corneltek/sqlbuilder/src/SQLBuilder/Universal/Syntax/AlterTableDropForeignKey.php", the first will be used.
Warning: Ambiguous class resolution, "SQLBuilder\Exception\IncompleteSettingsException" was found in both "/home/seyfer/www/site.loc/vendor/corneltek/sqlbuilder/src/SQLBuilder/Exception/CriticalIncompatibleUsageException.php" and "/home/seyfer/www/site.loc/vendor/corneltek/sqlbuilder/src/SQLBuilder/Exception/IncompleteSettingsException.php", the first will be used.

I'm have a lot of dependencies in current project, but only this package causes this warnings on composer dump-autoload -o command.
Please, fix it.

Here issue in composer repo and possible solutions
composer/composer#4195

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions