Created
July 12, 2017 09:46
-
-
Save bascht/ac399a5eaa788442523f0173337eaf1e to your computer and use it in GitHub Desktop.
Composer Weirdness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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