Commit d00ff5b1 authored by Jérôme Tamarelle's avatar Jérôme Tamarelle

Suggest removing the minimum-stability flag

Silex can be installed with stable versions of the components.
parent 04feaff0
...@@ -29,9 +29,8 @@ composer](http://getcomposer.org). Just create a `composer.json` file and ...@@ -29,9 +29,8 @@ composer](http://getcomposer.org). Just create a `composer.json` file and
run the `php composer.phar install` command to install it: run the `php composer.phar install` command to install it:
{ {
"minimum-stability": "dev",
"require": { "require": {
"silex/silex": "1.0.*" "silex/silex": "1.0.*@dev"
} }
} }
......
...@@ -25,7 +25,7 @@ If you want more flexibility, use Composer instead. Create a ...@@ -25,7 +25,7 @@ If you want more flexibility, use Composer instead. Create a
{ {
"require": { "require": {
"silex/silex": "1.0.*" "silex/silex": "1.0.*@dev"
} }
} }
......
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