From 89b76efab7de43396a1b079380e5f40917eefb08 Mon Sep 17 00:00:00 2001 From: hsldymq Date: Thu, 12 Sep 2019 17:55:17 +0800 Subject: [PATCH] update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8026518..9caf3a6 100644 --- a/composer.json +++ b/composer.json @@ -3,11 +3,11 @@ "license": "MIT", "require": { "php": ">=7.0.0", - "bunny/bunny": "^0.4.1", - "hsldymq/whisper": "^0.1" + "bunny/bunny": "~0.4.1", + "hsldymq/whisper": "~0.2.0" }, "require-dev": { - "phpunit/phpunit": "^6.4" + "phpunit/phpunit": "~6.4" }, "autoload": { "psr-4": {