Skip to content
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

Convert to psr-4 #10

Merged
merged 1 commit into from Jan 30, 2017
Merged

Convert to psr-4 #10

merged 1 commit into from Jan 30, 2017

Conversation

avindra
Copy link
Contributor

@avindra avindra commented Jan 7, 2016

Directories have been simplified to just src/ and test/

The Test bootstrap file is no longer needed, and the typo in the test
filename has been fixed.

Directories have been simplified to just src/ and test/

The Test bootstrap file is no longer needed, and the typo in the test
filename has been fixed.
@avindra
Copy link
Contributor Author

avindra commented Jul 25, 2016

@JakubOnderka : Can you take a look at this one too?

@avindra
Copy link
Contributor Author

avindra commented Aug 5, 2016

@JakubOnderka

sempai-shark

@glensc
Copy link
Contributor

glensc commented Oct 5, 2016

@avindra what's the purpose? it's not outlined in PR and it's not obvious why it is necessary. composer supports psr-0 now and likely indefinitely.

@avindra
Copy link
Contributor Author

avindra commented Oct 5, 2016

PSR-0 is deprecated

Composer may support it indefinitely (although technically deprecation should give way to removal), but PHP devs are recommended to use PSR-4 going forward.

@avindra
Copy link
Contributor Author

avindra commented Oct 5, 2016

Additionally, PSR-4 leads to better developer experience (no need to regenerate classmaps during development), and it is cleaner. Just makes sense to use it.

@glensc
Copy link
Contributor

glensc commented Oct 5, 2016

that's what you should had put to PR description in first place! :)

@avindra
Copy link
Contributor Author

avindra commented Jan 28, 2017

@JakubOnderka any chance of merging this?

@JakubOnderka JakubOnderka merged commit 014bfec into JakubOnderka:master Jan 30, 2017
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.

None yet

3 participants