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.
Installation
------------
The recommended way to install Silex is through `Composer`_. Just create a
``composer.json`` file and run the ``php composer.phar install`` command to
install it:
The recommended way to install Silex is through `Composer`_:
.. code-block:: json
.. code-block:: bash
{
"require": {
"silex/silex": "~1.1"
}
}
php composer.phar require silex/silex "~1.2"
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