Commit 3a8a5ece authored by Fabien Potencier's avatar Fabien Potencier

merged branch GromNaN/archive-composer (PR #491)

Commits
-------

64185928 Add stability to dev for archive skeletons (fix GH-489)

Discussion
----------

Add stability to dev for archive skeletons (fix GH-489)

The Silex archives are not correctly built since the minimum-stability option was removed from composer files : a189265a

There is no stable version of Silex available yet.

Fix GH-489
parents 97e418fc 64185928
{
"require": {
"silex/silex": "1.0.*",
"silex/silex": "1.0.*@dev",
"symfony/browser-kit": "2.1.*",
"symfony/console": "2.1.*",
"symfony/css-selector": "2.1.*",
......
{
"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