Skip to content

Commit 03d0cd2

Browse files
committed
Update README
[skip ci]
1 parent 6aa6d11 commit 03d0cd2

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
@@ -30,12 +30,12 @@ the git repository and take care of loading yourself.
3030
To add this package as a local, per-project dependency to your project, simply add a
3131
dependency on `wikibase/data-model` to your project's `composer.json` file.
3232
Here is a minimal example of a `composer.json` file that just defines a dependency on
33-
Wikibase DataModel 3.x:
33+
Wikibase DataModel 4.x:
3434

3535
```js
3636
{
3737
"require": {
38-
"wikibase/data-model": "~3.0"
38+
"wikibase/data-model": "~4.0"
3939
}
4040
}
4141
```

0 commit comments

Comments
 (0)