mediawiki/libs/Shellbox: main (log #562576)

sourcepatches

This run took 63 seconds.

From 6267ca70419ea3b249144a0b0655279390326300 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Mon, 27 Dec 2021 17:47:33 +0000
Subject: [PATCH] build: Updating ockcyp/covers-validator to 1.4.0

Change-Id: If8a2c392bf8198af5c6bffb01c4a7531417584bf
---
 composer.json |  2 +-
 composer.lock | 29 +++++++++++++++++------------
 2 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/composer.json b/composer.json
index 9b46920..254d4bd 100644
--- a/composer.json
+++ b/composer.json
@@ -37,7 +37,7 @@
 		"mediawiki/mediawiki-codesniffer": "38.0.0",
 		"mediawiki/mediawiki-phan-config": "0.11.1",
 		"mediawiki/minus-x": "1.1.1",
-		"ockcyp/covers-validator": "1.3.3",
+		"ockcyp/covers-validator": "1.4.0",
 		"php-parallel-lint/php-console-highlighter": "0.5.0",
 		"php-parallel-lint/php-parallel-lint": "1.3.1",
 		"phpunit/phpunit": "^8.5|^9.5",
diff --git a/composer.lock b/composer.lock
index aea31d6..fd6de10 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "64af6fe024e43589271733296c377228",
+    "content-hash": "fd455f3eb1761c5bf16ee0d2bee75021",
     "packages": [
         {
             "name": "guzzlehttp/guzzle",
@@ -1539,16 +1539,16 @@
         },
         {
             "name": "ockcyp/covers-validator",
-            "version": "v1.3.3",
+            "version": "v1.4.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/oradwell/covers-validator.git",
-                "reference": "4cbf1ce7a08746de6d226bc8f95b6900560470e1"
+                "reference": "baa65a8a4e8b42785b22c647cb1441db14cb9725"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/oradwell/covers-validator/zipball/4cbf1ce7a08746de6d226bc8f95b6900560470e1",
-                "reference": "4cbf1ce7a08746de6d226bc8f95b6900560470e1",
+                "url": "https://api.github.com/repos/oradwell/covers-validator/zipball/baa65a8a4e8b42785b22c647cb1441db14cb9725",
+                "reference": "baa65a8a4e8b42785b22c647cb1441db14cb9725",
                 "shasum": ""
             },
             "require": {
@@ -1581,7 +1581,12 @@
                 }
             ],
             "description": "Validates @covers tags in PHPUnit tests",
-            "time": "2020-12-17T09:55:05+00:00"
+            "keywords": [
+                "coverage",
+                "phpunit",
+                "testing"
+            ],
+            "time": "2021-12-11T11:31:32+00:00"
         },
         {
             "name": "phan/phan",
@@ -2398,16 +2403,16 @@
         },
         {
             "name": "phpunit/phpunit",
-            "version": "8.5.21",
+            "version": "8.5.22",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/phpunit.git",
-                "reference": "50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984"
+                "reference": "ddd05b9d844260353895a3b950a9258126c11503"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984",
-                "reference": "50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984",
+                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ddd05b9d844260353895a3b950a9258126c11503",
+                "reference": "ddd05b9d844260353895a3b950a9258126c11503",
                 "shasum": ""
             },
             "require": {
@@ -2479,7 +2484,7 @@
             ],
             "funding": [
                 {
-                    "url": "https://phpunit.de/donate.html",
+                    "url": "https://phpunit.de/sponsors.html",
                     "type": "custom"
                 },
                 {
@@ -2487,7 +2492,7 @@
                     "type": "github"
                 }
             ],
-            "time": "2021-09-25T07:37:20+00:00"
+            "time": "2021-12-25T06:58:09+00:00"
         },
         {
             "name": "psr/container",
-- 
2.20.1

**purged**
Source code is licensed under the AGPL.