Skip to content
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

Merged
merged 3 commits into from
Nov 8, 2015
Merged

update package dependencies #111

merged 3 commits into from
Nov 8, 2015

Conversation

samsonasik
Copy link
Member

  • php to ^5.6|^7.0
  • fastourte to ~0.6
  • phpunit to ~5.0
  • symfony/http-foundation to ~2.7.6

in favor of @gianarb comment at gianarb/fast-event-manager#12 (comment)

- 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",
Copy link
Contributor

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.

Copy link
Member Author

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",
Copy link
Member Author

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.

@gianarb
Copy link
Contributor

gianarb commented Nov 8, 2015

I merge it and stop.. :) bye PHP 5.5!

Thanks

gianarb pushed a commit that referenced this pull request Nov 8, 2015
update package dependencies
@gianarb gianarb merged commit a37273b into pennyphp:master Nov 8, 2015
@samsonasik samsonasik deleted the patch-2 branch November 8, 2015 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants