Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove composer's deprecation psr-0 notice #81

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

cmdeviant
Copy link

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.

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
Copy link

@j0k3r j0k3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@j0k3r j0k3r merged commit 3ef8591 into FriendsOfSymfony1:master Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants