Commit 33061c8f authored by Igor Wiedler's avatar Igor Wiedler

Recommend composer in README

parent 8150e2ca
...@@ -24,8 +24,17 @@ Silex works with PHP 5.3.3 or later. ...@@ -24,8 +24,17 @@ Silex works with PHP 5.3.3 or later.
## Installation ## Installation
Installing Silex is as easy as it can get. Download the [`silex.zip`][2] file, The recommended way to install Silex is [through
extract it, and you're done! composer](http://getcomposer.org). Just create a `composer.json` file and
run the `php composer.phar install` command to install it:
{
"require": {
"silex/silex": "1.0.*"
}
}
Alternatively, you can download the [`silex.zip`][2] file and extract it.
## More Information ## More Information
......
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