build: Updating composer dependencies

* mediawiki/mediawiki-phan-config: 0.10.6 → 0.11.0
* php-parallel-lint/php-parallel-lint: 1.3.0 → 1.3.1

Change-Id: I89eb4438dacb2d0ab36f4986c0675eec5cb61731
This commit is contained in:
libraryupgrader 2021-09-08 18:05:29 +00:00 committed by Umherirrender
parent efd8590420
commit c4872e1e8f
2 changed files with 3 additions and 2 deletions

View file

@ -1,10 +1,10 @@
{
"require-dev": {
"mediawiki/mediawiki-codesniffer": "37.0.0",
"mediawiki/mediawiki-phan-config": "0.10.6",
"mediawiki/mediawiki-phan-config": "0.11.0",
"mediawiki/minus-x": "1.1.1",
"php-parallel-lint/php-console-highlighter": "0.5.0",
"php-parallel-lint/php-parallel-lint": "1.3.0"
"php-parallel-lint/php-parallel-lint": "1.3.1"
},
"scripts": {
"test": [

View file

@ -543,6 +543,7 @@ class Cite {
/**
* @see https://phabricator.wikimedia.org/T240248
* @return never
*/
public function __clone() {
throw new LogicException( 'Create a new instance please' );