Skip to content

Commit 3008840

Browse files
authored
Remove Minus-X and PHPCS
1 parent 422c90c commit 3008840

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,12 @@
55
"homepage": "https://www.mediawiki.org/wiki/Extension:Snap!_Project_Embed",
66
"license": "GPL-3.0+",
77
"require-dev": {
8-
"mediawiki/mediawiki-codesniffer": "44.0.0",
98
"php-parallel-lint/php-parallel-lint": "^1.3.2",
109
"php-parallel-lint/php-console-highlighter": "^1.0.0",
11-
"mediawiki/minus-x": "^1.1"
1210
},
1311
"scripts": {
1412
"test": [
1513
"parallel-lint . --exclude vendor --exclude node_modules",
16-
"phpcs -p -s",
17-
"minus-x check ."
18-
],
19-
"fix": [
20-
"phpcbf",
21-
"minus-x fix ."
2214
]
2315
}
2416
}

0 commit comments

Comments
 (0)