From b5d683391b427a4bf1f61c4ed0fa67b2845ff42f Mon Sep 17 00:00:00 2001 From: Christoph Hochstrasser Date: Wed, 9 Jan 2013 11:06:13 +0100 Subject: [PATCH] Use ~ operator, and more explicit versions --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 2e9c1ec..65236fd 100644 --- a/composer.json +++ b/composer.json @@ -20,9 +20,9 @@ "require": { "php": ">=5.3.2", "chh/meta-template": "*@dev", - "chh/shellwords": "*@dev", - "chh/fileutils": "*@dev", - "symfony/yaml": "2.*@stable", + "chh/shellwords": "~0.1", + "chh/fileutils": "1.0.*@dev", + "symfony/yaml": "~2.0", "ulrichsg/getopt-php": "*@dev" }, "suggest": { @@ -31,10 +31,10 @@ "imagine/imagine": "Enable image compressors" }, "require-dev": { - "react/http": "*@dev", - "symfony/http-foundation": "*@stable", - "imagine/imagine": "*@dev", - "mikey179/vfsStream": "1.1.*@stable", + "react/http": "~0.2", + "symfony/http-foundation": "~2.1", + "imagine/imagine": "~0.4", + "mikey179/vfsStream": "~1.1", "chh/bob": "*@dev" }, "autoload": {