From 9049cde83aca94d8440a55d3fe26da73c57dde0d Mon Sep 17 00:00:00 2001 From: George Melikov Date: Sat, 12 Dec 2015 14:57:17 +0300 Subject: [PATCH 1/2] correct version for composer auto installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 029609b..99e989b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ version 1.0 of this package: ```js { "require": { - "data-values/time": "1.0.*" + "data-values/time": "0.8.*" } } ``` From 3b36414b41766d4e1621393a3c5556137810ae59 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Sat, 12 Dec 2015 14:59:15 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99e989b..5212a59 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The recommended way to use this library is via [Composer](http://getcomposer.org To add this package as a local, per-project dependency to your project, simply add a dependency on `data-values/time` to your project's `composer.json` file. Here is a minimal example of a `composer.json` file that just defines a dependency on -version 1.0 of this package: +version 0.8 of this package: ```js {