Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't try to autoload any of Composer's classes
If the composer autoloader has prepend-autoloader: false set, the PHPCS autoloader will take priority over the composer autoloader, and composer will have trouble autoloading its own autoloader. Avoid all of that by simply not trying to load any classes that are under the "Composer" namespace. Fixes #1497
- Loading branch information