-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
PSR-4 Autoloading - Rename file #313
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, merge this
Closes #319 |
Hello, We still have this issue :( |
please merge this |
composer 2 RC2 was just released and according to the developers, it will soon released as stable. so this should really be fixed soon 😊 |
i just merged this commit in the 7.2 branch with 8c75b81 |
would it be possible, to merge this also into the 7.1 branch? we are depending on Symfony 4.4 (LTS) and therefore we cannot use the current 7.2.1 version, where this was fixed |
created a PR 😊 #338 |
I renamed MatrixStatsAggregation.php to MaxAggregation.php to comply with PSR-4 autoloading standard.
The next major version of Composer (v2) will not autoload such files so this has to eventually happen I suppose.
I am not sure if this is a breaking change but I don't see why it would be since the classname and namespace remained as is.
Closes #319