-
Notifications
You must be signed in to change notification settings - Fork 35
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
Editors need update to comply with PRS-4 #774
Comments
The problem is the case of the folders. |
Will be fixed after I will solve issue with assets copying from editors. Until 2.0 composer we still have enough time I think. |
composer 2 is in RC-1 :-) that's why I started looking at it. At least I can make the folders in which the files are now correspond with the names of the classes. I did it manually (changes htmltextarea to HTMLTextArea for example) and it worked. Now I only have to get my IDE to accept the name change of the folders and make a PR of it |
I planned to move editors to separate modules and include them in installer. So, it would be easier to deal with editor updates. But I guess for current time only folders moving could be enough... at least no more composer warnings... :) |
With the fact that we can't support Composer 2 for the time being due to a dependency that isn't compatible with it, this ticket is on hold. #823 |
This issue was automatically marked as stale |
Composer has been warning about PSR-4 compatibility issues for plugins\sourceeditors\codemirror\Editor.php , plugins\sourceeditors\editarea\Editor.php, editors\dhtmltextarea\Editor.php and editors\tinymce\Editor.php
With the imminent composer 2.0 these will no longer work.
The text was updated successfully, but these errors were encountered: