From c03b4d7ead4c9ed5c79f9a022ae7dede1aab5642 Mon Sep 17 00:00:00 2001 From: Young-jin Yun Date: Fri, 31 May 2019 00:39:28 +0900 Subject: [PATCH] fix for composer version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59c88d8..21803ea 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Recommended way to install Phystrix is by using [Composer](https://getcomposer.o ```json "require": { - "yupmin/modern-phystrix": "dev-master" + "yupmin/modern-phystrix": "~3.0" }, ```