From f2caa7b0cabbf9bc8573589b03bcb0fc4b06d954 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Sun, 5 Jan 2014 22:03:18 +0100 Subject: [PATCH 1/2] Version 1.0.0 is released, do not use @dev anymore --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 541c58d..2cd8b83 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ To install this, make sure you are using the latest release of PHPSpec, and then ```json "require-dev": { - "phpspec/nyan-formatters": "1.0.*@dev" + ..., + "phpspec/nyan-formatters": "1.0.*" } ``` From e98a70983c48665619e0d481e1e8220afae9cf1c Mon Sep 17 00:00:00 2001 From: Wouter J Date: Mon, 13 Jan 2014 20:39:11 +0100 Subject: [PATCH 2/2] Fixed comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd8b83..bec9a9d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To install this, make sure you are using the latest release of PHPSpec, and then ```json "require-dev": { ..., - "phpspec/nyan-formatters": "1.0.*" + "phpspec/nyan-formatters": "1.*" } ```