Skip to content

switch PSR-0 -> PSR-4 #155

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

divinity76
Copy link

PSR-0 is deprecated per https://www.php-fig.org/psr/psr-0/

notably PSR-4 allows us to remove the entire Bramus folder and put the router in src/Router/Router.php
while PSR-0 did not allow us to do that, but whether or not that should be done, idk, this is just the minimum changes needed to use PSR-4.

PSR-0 is deprecated per https://www.php-fig.org/psr/psr-0/

notably PSR-4 allows us to remove the entire Bramus folder and put the router in src/Router/Router.php 
while PSR-0 did not allow us to do that, but whether or not that should be done, idk, this is just the minimum changes needed to use PSR-4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant