Skip to content

Commit

Permalink
build: Updating composer dependencies
Browse files Browse the repository at this point in the history
* mediawiki/mediawiki-codesniffer: 34.0.0 → 35.0.0
  The following sniffs are failing and were disabled:
  * MediaWiki.Commenting.FunctionComment.NoParamType

* mediawiki/minus-x: 1.1.0 → 1.1.1
* ockcyp/covers-validator: 1.3.1 → 1.3.3

Change-Id: Ica484598c070d53896c116fa3b0375dcff3f0e99
  • Loading branch information
libraryupgrader committed Jan 30, 2021
1 parent 725e60f commit 4cf1913
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset>
<rule ref="./vendor/mediawiki/mediawiki-codesniffer/MediaWiki">
<exclude name="MediaWiki.Commenting.FunctionComment.NoParamType" />
<exclude name="MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment" />
</rule>
<file>.</file>
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
]
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "34.0.0",
"mediawiki/minus-x": "1.1.0",
"ockcyp/covers-validator": "1.3.1",
"mediawiki/mediawiki-codesniffer": "35.0.0",
"mediawiki/minus-x": "1.1.1",
"ockcyp/covers-validator": "1.3.3",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.2.0",
"phpunit/phpunit": "^8.5"
Expand Down

0 comments on commit 4cf1913

Please sign in to comment.