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