-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Replace references of PSR-0 with PSR-4 #6208
Conversation
@@ -309,5 +309,5 @@ applications using it (like `Symfony`_, `Drupal 8`_, `phpBB 4`_, `ezPublish | |||
.. _`Midgard CMS`: http://www.midgard-project.org/ | |||
.. _`Zikula`: http://zikula.org/ | |||
.. _`autoloaded`: http://php.net/autoload | |||
.. _`PSR-0`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md | |||
.. _`PSR-4`: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md |
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.
Unrelated to this PR, but if you can make this change it would be great: Let's change this URL to the official site: http://www.php-fig.org/psr/psr-4/
👍 (if you can include the suggested change in this PR, great! Otherwise we'll do it after merging). |
Done. 😄 |
Shouldn't we mention both PSR-0 and PSR-4 here? |
@xabbuh I thought that it would be better to remove PSR-0 as it's deprecated, but I'm happy to be convinced otherwise. |
Yeah, I think you are right. Technically, Composer supports both but there's probably no need in the Symfony context to mention that. FYI, I have squashed your changes and merged them into the |
No description provided.