We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 670a4d0 + 47e5b68 commit 6a8cc3fCopy full SHA for 6a8cc3f
2 files changed
RELEASE-NOTES.md
@@ -1,5 +1,8 @@
1
# Wikibase DataModel Services release notes
2
3
+## Version 5.3.0 (2020-03-10)
4
+* Allow installing with data-values/data-values 3.0.0
5
+
6
## Version 5.2.0 (2020-03-10)
7
* Allow installing with wikimedia/assert 0.5.0
8
composer.json
@@ -26,7 +26,7 @@
26
"require": {
27
"php": ">=7.2",
28
"wikibase/data-model": "~9.0|~8.0",
29
- "data-values/data-values": "~2.0|~1.0",
+ "data-values/data-values": "~3.0|~2.0|~1.0",
30
"diff/diff": "~3.2",
31
"wikimedia/assert": "~0.2.2|~0.3.0|~0.4.0|~0.5.0"
32
},
0 commit comments