From 0e1d915a7c26edf9a75925cb4b992df4258fe556 Mon Sep 17 00:00:00 2001 From: Jim Lind Date: Sun, 13 Sep 2015 21:51:02 -0500 Subject: [PATCH] Use the preferred composer wildcard Only allow compatible updates --- composer.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 1352247..a3414d1 100644 --- a/composer.json +++ b/composer.json @@ -12,16 +12,16 @@ ], "require": { "php": ">=5.5.0", - "guzzlehttp/guzzle": "~6.1", - "psr/log": "~1.0", - "symfony/process": "~2.7" + "guzzlehttp/guzzle": "^6.1", + "psr/log": "^1.0", + "symfony/process": "^2.7" }, "require-dev": { - "apix/log": "~1.1", - "phpunit/phpunit": "~4.8", - "squizlabs/php_codesniffer": "~2.3", - "escapestudios/symfony2-coding-standard": "~2.7", - "satooshi/php-coveralls": "~0.6" + "apix/log": "^1.1", + "phpunit/phpunit": "^4.8", + "squizlabs/php_codesniffer": "^2.3", + "escapestudios/symfony2-coding-standard": "^2.7", + "satooshi/php-coveralls": "^0.6" }, "autoload": { "psr-0": { "JimLind\\TiVo": "src" }