-
Notifications
You must be signed in to change notification settings - Fork 265
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
Proper autoloading for composer, PSR-4 compliant, Cleanup #138
Conversation
317be82
to
cb029dc
Compare
* remove PHP 5.3 because of namespaces * add PHP 7.0 and 7.1 * remove xdebug * use phpunit from vendor and remove useless bootstrap file
Hello, |
The author is not active anymore in this repo. There are several branches which try to fix the autoloading and namespaces collisions (including mine). |
Thx for your answer, i'll switch to your repo. |
Or you can try my fork: funiq/geoPHP |
Thanks Peter for this contribution. Very interresting. For the record, i think i will choose mishal fork. Not because i think it is better or not, but it is more up to date with the original repo. |
what to say.. you are absolutely right... I tried to contact the original author in the past (If any PRs will be merged and are worth preparing), but with no success. |
I'm feeling like i should close this PR. There are already many with the same concern. |
Fix #130 for tests.