Commit 69c545c6 authored by Igor Wiedler's avatar Igor Wiedler

Update constraints from ~1.0 to ~1.1

parent 466beac0
...@@ -30,7 +30,7 @@ run the `php composer.phar install` command to install it: ...@@ -30,7 +30,7 @@ run the `php composer.phar install` command to install it:
{ {
"require": { "require": {
"silex/silex": "~1.0" "silex/silex": "~1.1"
} }
} }
......
{ {
"require": { "require": {
"silex/silex": "~1.0", "silex/silex": "~1.1",
"symfony/browser-kit": "~2.3", "symfony/browser-kit": "~2.3",
"symfony/console": "~2.3", "symfony/console": "~2.3",
"symfony/config": "~2.3", "symfony/config": "~2.3",
......
{ {
"require": { "require": {
"silex/silex": "~1.0" "silex/silex": "~1.1"
} }
} }
...@@ -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.1"
} }
} }
......
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