-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Use PSR-4 everywhere instead of PSR-0 #12466
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
Conversation
👍 |
3 similar comments
👍 |
👍 |
👍 |
@fabpot is there a chance to merge this? 2.7 would be nice, but at the very least 3.0 :) |
@fabpot ping I would vote for switching to PSR-4 at least for all subtree repos, to stop relying on the deprecated |
yes please. Let's get this in 2.7 if possible |
@symfony/deciders please vote so it's not being delayed further. I can rebase once it's accepted. |
Actually I guess it's already accepted as stof, seldaek and me already voted +1. And fabpot as well in #11189 |
👍 |
+1 from me as well .. |
needs a rebase though 👍 |
Rebased in #14323 |
This PR was merged into the 2.7 branch. Discussion ---------- Use PSR-4 everywhere instead of PSR-0 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #11189 | License | MIT Rebased and updated #12466 Commits ------- 8072213 adjust phpdoc for class not found handler e2bbf07 add phpunit bridge to psr4 60d4994 Tweak classmap paths cc17234 Add two more components to psr-4 17f61af Add psr-4 support to the ClassNotFoundFatalErrorHandler 4e85901 Use PSR-4 everywhere instead of PSR-0
merged |
🎉 |
Includes and replaces #11199