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
I'm have a lot of dependencies in current project, but only this package causes this warnings on
composer dump-autoload -ocommand.Please, fix it.
Here issue in composer repo and possible solutions
composer/composer#4195