-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update PackageVersion from Ocramius/PackageVersion #3
Conversation
mention optimize-autoloader composer.json config option in README
Composer already registers listeners when the plugin class implements EventSubscriberInterface
Remove double registration of the event listeners
…resent in its place
… `composer.lock` assumed location
…age is installed with `--no-scripts`
…-scripts-flag Fix for #18 - support running with --no-scripts flag
remove all temp directories
…`umask()` defaults prevent malicious content injection via race conditions
Mutation testing, PHP 7.1 testing
@webimpress Thank you. Please let me know if anything I can do. |
@samsonasik Would be great if you can release new version with updates from parent library :) |
it seems already too far. I hope I can revisit when I have a chance. |
Is it even worth fixing this? 5.6 is almost EOL: stop pushing for its
support 😁
…On 8 Oct 2017 21:14, "Abdul Malik Ikhsan" ***@***.***> wrote:
it seems already too far. I hope I can revisit when I have a chance.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAJakJSG7wPWt9qCXG9Lln-vN0nFe1bLks5sqR8cgaJpZM4PxteC>
.
|
@Ocramius I tried last night and it seems need long time to get it back the ocramius/package-versions:dev-master to this for php 5.6, probably if other people can invest a time, I would be appreciate |
@samsonasik I think it will be nice to include fixes from Ocramius/PackageVersion in your backported version. It requires some changes to work on PHP5.6+, but creating this PR to see what is changed in the main library.