-
Notifications
You must be signed in to change notification settings - Fork 21
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
Replacement of creof/wkt-parser
to not depend on doctrine/lexer:~1.0
#36
Comments
Hi, Thank you for your interest. I would like to improve this library, but days are too short ^^. First of all, I need to look how many times |
I created a pull request on creof/wkt-parser, let's see what happen |
@axi I don't think you are going to get anywhere - since it doesn't look like creof has updated these packeages in like 6-7 years, with PRs outstanding also for years. I would create a hard fork of the library like longitiude-one did with doctrine-spatial. |
@Alexandre-T would that be ok for longitude-one to hard-fork creof/wkt-parser same way it forked doctrine-spatial ? |
Next we need to updated it, rename it and, get it up on Packagist and then link to it!! |
Composer is updated, the package is renamed and declared on packagist. |
Yeah, getting updated to the minimum supported version of PHP makes sense. |
A start here #37 |
I still have to tag a new major version. I try to check tags this week-end. |
Hi @Alexandre-T, Have you planned the release of the new version? Thank you, Mickaël |
No issues for two weeks, 4.0.0 released. 🥇 |
Hi,
Have you planned to replace
creof/wkt-parser
? Because it creates a dependency ondoctrine/lexer:~1.0
and this package has now 2 new major versions. Several packages require at leastdoctrine/lexer:^2
likedoctrine/annotations:2.0.1
andfriendsofphp/php-cs-fixer:v3.14.4
requiredoctrine/annotations:^2
.I created an issue on this package too.
Thanks,
Mickaël
The text was updated successfully, but these errors were encountered: