Commit 17371e17 authored by Fabien Potencier's avatar Fabien Potencier

minor #1366 Fix installation instruction in readme (jdreesen)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

Fix installation instruction in readme

Silex 2 has been released yesterday so `@dev` should be removed from the composer version string.

Commits
-------

862bd6ba Fix installation instruction in readme
parents 42bda7b7 862bd6ba
......@@ -27,7 +27,7 @@ The recommended way to install Silex is through `Composer`_:
.. code-block:: bash
composer require silex/silex "~2.0@dev"
composer require silex/silex "~2.0"
Alternatively, you can download the `silex.zip`_ file and extract it.
......
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