Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove composer's deprecation psr-0 notice
When use 'composer dump-autoload -o' command with composer 1.10.8 next deprecation notice appears: Deprecation Notice: Class Doctrine_Validator_HtmlColor located in ./vendor/friendsofsymfony1/doctrine1/lib/Doctrine/Validator/Htmlcolor.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/Cellar/composer/1.10.8/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201 This fix just changes the file name to comply with psr-0
- Loading branch information