Commit 7dbc801c authored by Fabien Potencier's avatar Fabien Potencier

merged branch stof/composer_constraint (PR #366)

Commits
-------

1e5d0f41 Fixed the composer constraints to have an upper bound

Discussion
----------

Fixed the composer constraints to have an upper bound
parents d9cf8793 1e5d0f41
{
"require": {
"silex/silex": "dev-master",
"silex/silex": "1.0.*",
"symfony/browser-kit": "2.1.*",
"symfony/console": "2.1.*",
"symfony/css-selector": "2.1.*",
......@@ -16,8 +16,8 @@
"symfony/validator": "2.1.*",
"symfony/monolog-bridge": "2.1.*",
"symfony/twig-bridge": "2.1.*",
"monolog/monolog": ">=1.0.0",
"twig/twig": ">=1.2.0",
"monolog/monolog": ">=1.0.0,<1.2-dev",
"twig/twig": ">=1.2.0,<2.0-dev",
"doctrine/dbal": "2.1.*",
"swiftmailer/swiftmailer": "4.1.*"
}
......
{
"require": {
"silex/silex": "dev-master"
"silex/silex": "1.0.*"
}
}
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