Skip to content

Commit 35c6401

Browse files
authored
Update README.md
1 parent 0361c30 commit 35c6401

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ the git repository and take care of loading yourself.
2929
To add this package as a local, per-project dependency to your project, simply add a
3030
dependency on `wikibase/data-model` to your project's `composer.json` file.
3131
Here is a minimal example of a `composer.json` file that just defines a dependency on
32-
Wikibase DataModel 6.x:
32+
Wikibase DataModel 8.x:
3333

3434
```js
3535
{
3636
"require": {
37-
"wikibase/data-model": "~6.0"
37+
"wikibase/data-model": "~8.0"
3838
}
3939
}
4040
```

0 commit comments

Comments
 (0)