From e0b673c78b6fe9c70fdc0e13d8b46d4d92da2cf8 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 2 Aug 2016 16:52:09 +0100 Subject: [PATCH] Use consistent notation --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5b7eb44548a..8a80d9d2056 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,9 @@ }, "require-dev": { "phpunit/phpunit": "~4.0", - "php-http/guzzle6-adapter": "~1.0", + "php-http/guzzle6-adapter": "^1.0", "guzzlehttp/psr7": "^1.2", - "sllh/php-cs-fixer-styleci-bridge": "~1.3" + "sllh/php-cs-fixer-styleci-bridge": "^1.3" }, "autoload": { "psr-4": { "Github\\": "lib/Github/" }