We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa6d11 commit 03d0cd2Copy full SHA for 03d0cd2
1 file changed
README.md
@@ -30,12 +30,12 @@ the git repository and take care of loading yourself.
30
To add this package as a local, per-project dependency to your project, simply add a
31
dependency on `wikibase/data-model` to your project's `composer.json` file.
32
Here is a minimal example of a `composer.json` file that just defines a dependency on
33
-Wikibase DataModel 3.x:
+Wikibase DataModel 4.x:
34
35
```js
36
{
37
"require": {
38
- "wikibase/data-model": "~3.0"
+ "wikibase/data-model": "~4.0"
39
}
40
41
```
0 commit comments