Commit adc20a23 authored by Fabien Potencier's avatar Fabien Potencier

added information about upgrading Silex and tweaked Silex version in the docs

parent c23d04f9
......@@ -25,7 +25,7 @@ If you want more flexibility, use Composer instead. Create a
{
"require": {
"silex/silex": "dev-master"
"silex/silex": "1.0.*"
}
}
......@@ -36,6 +36,14 @@ And run Composer to install Silex and all its dependencies:
$ curl -s http://getcomposer.org/installer | php
$ composer.phar install
Upgrading
---------
Upgrading Silex to the latest version is as easy as running the ``update``
command::
$ composer.phar update
Bootstrap
---------
......
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