Skip to content

Commit 1b66fc8

Browse files
committed
Merge pull request #572 from wmde/covers
Validate covers tags
2 parents 860d753 + fa45c0e commit 1b66fc8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"data-values/data-values": "~0.1|~1.0"
2828
},
2929
"require-dev": {
30+
"ockcyp/covers-validator": "~0.2.0",
3031
"squizlabs/php_codesniffer": "~2.3",
3132
"phpmd/phpmd": "~2.3"
3233
},
@@ -46,7 +47,8 @@
4647
"scripts": {
4748
"test": [
4849
"composer validate --no-interaction",
49-
"phpunit"
50+
"phpunit",
51+
"vendor/bin/covers-validator"
5052
],
5153
"cs": [
5254
"composer phpcs",

0 commit comments

Comments
 (0)