-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Composer 2.0 type warnings #104
Comments
This should be fixed in an update here. Can you show us which classes/files are causing the messages? |
All of them: |
Okay found the issue:
beware of the trailing \, i overlooked them and was searching for hours :) |
That should already be documented in the module's README.md file: |
Question
I generated a module a year ago and it works really well, but the last months after running composer update i get an error message like "does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.".
Is that something you can fix in a future generator? Or maybe change the readme to incorporate changes for composer v2
The text was updated successfully, but these errors were encountered: