nikic/php-parser dependency
michalkleiner opened this issue · 3 comments
michalkleiner commented
If my understanding is correct, does the package, providing a standalone phar executable, need to reference the nikic/php-parser as a replacement dependency?
If so, would it be possible to soften it to ^3 || ^4?
Currently, it's conflicting with SilverStripe framework admin module's requirement of version 3.
michalkleiner commented
I also PR'd it on the other side
silverstripe/silverstripe-framework#8281
ondrejmirtes commented
It’s not possible to soften it, v4 is a lot different.
On Tue, 24 Jul 2018 at 06:33, Michal Kleiner ***@***.***> wrote:
I also PR'd ir on the other side
silverstripe/silverstripe-framework#8281
<silverstripe/silverstripe-framework#8281>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGZuJdr9QMwmDCwcmlyCVURBVlVrOYnks5uJqOFgaJpZM4VcDG4>
.
--
Ondřej Mirtes
michalkleiner commented
Ok, no problem. Hopefully, SS will accept the PR at their end which should resolve it. Thanks!