minor #779 Update instructions to use ~1.1 instead of ~1.0 (igorw)
This PR was merged into the master branch. Discussion ---------- Update instructions to use ~1.1 instead of ~1.0 Please also update http://silex.sensiolabs.org/download which is not only forgotten every time because it's not part of the repo, it's also outdated *right now*... Commits ------- 9685e904 use tilde operator for pimple require 69c545c6 Update constraints from ~1.0 to ~1.1
Showing
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.3.3", | "php": ">=5.3.3", | ||
"pimple/pimple": "1.*", | "pimple/pimple": "~1.0", | ||
"symfony/event-dispatcher": ">=2.3,<2.5-dev", | "symfony/event-dispatcher": ">=2.3,<2.5-dev", | ||
"symfony/http-foundation": ">=2.3,<2.5-dev", | "symfony/http-foundation": ">=2.3,<2.5-dev", | ||
"symfony/http-kernel": ">=2.3,<2.5-dev", | "symfony/http-kernel": ">=2.3,<2.5-dev", | ||
... | ... |
Please register or sign in to comment