-
Notifications
You must be signed in to change notification settings - Fork 7
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 package dependencies #111
Conversation
- php to ^5.6 - fastourte to ~0.6.0 - phpunit to ~5.0.0 - symfony/http-foundation to ~2.7.6
"php": "^5.5|^7.0", | ||
"nikic/fast-route": "~0.4", | ||
"php": "^5.6|^7.0", | ||
"nikic/fast-route": "~0.6.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Including the patch part, this dependency can go only from 0.6.0
to 0.6.*
, I suggest to use ~0.6
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done ;)
"php": "^5.5|^7.0", | ||
"nikic/fast-route": "~0.4", | ||
"php": "^5.6|^7.0", | ||
"nikic/fast-route": "~0.6", | ||
"php-di/php-di": "~5.0", | ||
"zendframework/zend-diactoros": "~1.0", | ||
"zendframework/zend-eventmanager": "~2.5.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can change to fast-eventmanager when this pr merged.
I merge it and stop.. :) bye PHP 5.5! Thanks |
in favor of @gianarb comment at gianarb/fast-event-manager#12 (comment)