Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Jul 29, 2019
1 parent d2ee49b commit 95a0b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,11 +20,11 @@ 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/common` 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.4.2 of this package:

{
"require": {
"data-values/common": "^1.0.0"
"data-values/common": "^0.4.2"
}
}

Expand Down

0 comments on commit 95a0b24

Please sign in to comment.