Skip to content

Commit a4813ea

Browse files
author
libraryupgrader
committed
build: Updating composer dependencies
* mediawiki/mediawiki-codesniffer: 37.0.0 → 38.0.0 * php-parallel-lint/php-parallel-lint: 1.3.0 → 1.3.1 Additional changes: * composer.json: Updated phpcs command in composer test (T280592). * composer.json: Added phpcs command to scripts (T280592). Change-Id: Ib11b7a0fdc2399a5594e273861a926aa48d89d5c
1 parent 98375ff commit a4813ea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,26 @@
3131
"php": ">=7.2.9"
3232
},
3333
"require-dev": {
34-
"mediawiki/mediawiki-codesniffer": "37.0.0",
34+
"mediawiki/mediawiki-codesniffer": "38.0.0",
3535
"mediawiki/minus-x": "1.1.1",
3636
"ockcyp/covers-validator": "1.3.3",
3737
"php-parallel-lint/php-console-highlighter": "0.5.0",
38-
"php-parallel-lint/php-parallel-lint": "1.3.0",
38+
"php-parallel-lint/php-parallel-lint": "1.3.1",
3939
"phpunit/phpunit": "^8.5"
4040
},
4141
"scripts": {
4242
"test": [
4343
"parallel-lint . --exclude vendor",
4444
"phpunit",
4545
"covers-validator",
46-
"phpcs -sp",
46+
"@phpcs",
4747
"minus-x check ."
4848
],
4949
"cover": "phpunit --coverage-html coverage",
5050
"fix": [
5151
"minus-x fix .",
5252
"phpcbf"
53-
]
53+
],
54+
"phpcs": "phpcs -sp"
5455
}
5556
}

0 commit comments

Comments
 (0)