Commit cef0c134 authored by Fabien Potencier's avatar Fabien Potencier

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
parents 97ae06e8 9685e904
...@@ -30,7 +30,7 @@ run the `php composer.phar install` command to install it: ...@@ -30,7 +30,7 @@ run the `php composer.phar install` command to install it:
{ {
"require": { "require": {
"silex/silex": "~1.0" "silex/silex": "~1.1"
} }
} }
......
{ {
"require": { "require": {
"silex/silex": "~1.0", "silex/silex": "~1.1",
"symfony/browser-kit": "~2.3", "symfony/browser-kit": "~2.3",
"symfony/console": "~2.3", "symfony/console": "~2.3",
"symfony/config": "~2.3", "symfony/config": "~2.3",
......
{ {
"require": { "require": {
"silex/silex": "~1.0" "silex/silex": "~1.1"
} }
} }
...@@ -25,7 +25,7 @@ If you want more flexibility, use Composer instead. Create a ...@@ -25,7 +25,7 @@ If you want more flexibility, use Composer instead. Create a
{ {
"require": { "require": {
"silex/silex": "~1.0" "silex/silex": "~1.1"
} }
} }
...@@ -462,7 +462,7 @@ the defaults for new controllers. ...@@ -462,7 +462,7 @@ the defaults for new controllers.
.. note:: .. note::
The global configuration does not apply to controller providers you might The global configuration does not apply to controller providers you might
mount as they have their own global configuration (read the mount as they have their own global configuration (read the
:doc:`dedicated chapter<organizing_controllers>` for more information). :doc:`dedicated chapter<organizing_controllers>` for more information).
Error handlers Error handlers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment