Skip to content

Commit

Permalink
Require any version of http-message
Browse files Browse the repository at this point in the history
According to what we need from http-message every version will be fine,
so no reason to limit Cortex compatibility due to version requirement
conflict
  • Loading branch information
gmazzap committed Feb 18, 2016
1 parent a26f623 commit f7f502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"php": ">=5.4",
"nikic/fast-route": "~0.7.0",
"psr/http-message": "~1.0"
"psr/http-message": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down

0 comments on commit f7f502a

Please sign in to comment.