Skip to content

Commit

Permalink
minor silexphp#1366 Fix installation instruction in readme (jdreesen)
Browse files Browse the repository at this point in the history
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
-------

862bd6b Fix installation instruction in readme
  • Loading branch information
fabpot committed May 20, 2016
2 parents 42bda7b + 862bd6b commit 17371e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 17371e1

Please sign in to comment.