Skip to content

Instantly share code, notes, and snippets.

@bascht
Created July 12, 2017 09:46
Show Gist options
  • Select an option

  • Save bascht/ac399a5eaa788442523f0173337eaf1e to your computer and use it in GitHub Desktop.

Select an option

Save bascht/ac399a5eaa788442523f0173337eaf1e to your computer and use it in GitHub Desktop.
Composer Weirdness
$ composer dump-autoload -o
Generating optimized autoload files
Warning: Ambiguous class resolution, "Some\Class" was found in both "vendor/some/File.php" and "vendor/some/OtherFile.php", the first will be used.
$ echo $?
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment