Skip to content

Commit

Permalink
Merge pull request #100 from gmelikov/patch-1
Browse files Browse the repository at this point in the history
correct version for composer auto installation
  • Loading branch information
mariushoch committed Dec 12, 2015
2 parents 0001380 + 3b36414 commit 407aa91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ 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
{
"require": {
"data-values/time": "1.0.*"
"data-values/time": "0.8.*"
}
}
```
Expand Down

0 comments on commit 407aa91

Please sign in to comment.