Commit 5235c714 authored by Fabien Potencier's avatar Fabien Potencier

minor #1070 Simplify installation instructions for 1.2 (davedevelopment)

This PR was merged into the 1.2 branch.

Discussion
----------

Simplify installation instructions for 1.2

See #1069

Commits
-------

fcb77426 Simplify installation instructions
parents 8643b3b9 fcb77426
...@@ -23,17 +23,11 @@ Silex works with PHP 5.3.3 or later. ...@@ -23,17 +23,11 @@ Silex works with PHP 5.3.3 or later.
Installation Installation
------------ ------------
The recommended way to install Silex is through `Composer`_. Just create a The recommended way to install Silex is through `Composer`_:
``composer.json`` file and run the ``php composer.phar install`` command to
install it:
.. code-block:: json .. code-block:: bash
{ php composer.phar require silex/silex "~1.2"
"require": {
"silex/silex": "~1.1"
}
}
Alternatively, you can download the `silex.zip`_ file and extract it. 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