We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fafee8a + 201f16b commit 926673bCopy full SHA for 926673b
README.md
@@ -52,6 +52,11 @@ for the [Maps](https://github.com/JeroenDeDauw/Maps) and
52
53
## Release notes
54
55
+### 0.1.3 (2018-08-02)
56
+
57
+* Made component installable with DataValues 2.x
58
+* Removed MediaWiki integration
59
60
### 0.1.2 (2014-10-09)
61
62
* Made component installable with DataValues 1.x
Validators.php
composer.json
@@ -35,9 +35,6 @@
35
"wikibase/wikibase-codesniffer": "0.4.0"
36
},
37
"autoload": {
38
- "files" : [
39
- "Validators.php"
40
- ],
41
"psr-4": {
42
"ValueValidators\\": "src"
43
}
0 commit comments