From 129be6a46c49912537c2e6a107c5eee8e9f5c61b Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 1 Jul 2023 08:26:52 +0100
Subject: [PATCH] Add the noblogs/wp-mat plugin

---
 composer.json |  3 ++-
 composer.lock | 30 ++++++++++++++++++++++++++++--
 2 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 56ae1f8d..183a7091 100644
--- a/composer.json
+++ b/composer.json
@@ -128,7 +128,8 @@
         "wpackagist-plugin/activitypub": "0.17.0",
         "wpackagist-plugin/memcached": "4.0.0",
         "wpackagist-plugin/gallery-block-lightbox": "^1.13",
-        "wpackagist-plugin/unconfirmed": "1.3.5"
+        "wpackagist-plugin/unconfirmed": "1.3.5",
+        "noblogs/wp-mat": "0.1.2"
     },    
     "extra": {
         "wordpress-install-dir": "app",
diff --git a/composer.lock b/composer.lock
index 68096b18..3c4841de 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": "46871cbc8da2608ae1255966c4e47188",
+    "content-hash": "e7794edda89e6db63b98c2624e55afcf",
     "packages": [
         {
             "name": "bjornjohansen/wplang",
@@ -703,6 +703,32 @@
             "description": "Wordpress themes which are not in the wordpress.org repo",
             "homepage": "https://git.autistici.org/noblogs/themes-misc"
         },
+        {
+            "name": "noblogs/wp-mat",
+            "version": "0.1.2",
+            "source": {
+                "type": "git",
+                "url": "https://git.autistici.org/noblogs/wp-mat.git",
+                "reference": "744b84dc708e63cd1c726c623740790aa099d221"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://git.autistici.org/api/v4/projects/606/packages/composer/archives/noblogs/wp-mat.zip?sha=744b84dc708e63cd1c726c623740790aa099d221",
+                "reference": "744b84dc708e63cd1c726c623740790aa099d221",
+                "shasum": ""
+            },
+            "require": {
+                "composer/installers": "^1.9"
+            },
+            "type": "wordpress-plugin",
+            "authors": [
+                {
+                    "name": "lucha",
+                    "email": "lucha@paranoici.org"
+                }
+            ],
+            "description": "git@git.autistici.org:noblogs/wp-mat.git"
+        },
         {
             "name": "npm-asset/prototype-js-core",
             "version": "1.7.3",
@@ -2117,5 +2143,5 @@
         "php": ">=7.1"
     },
     "platform-dev": [],
-    "plugin-api-version": "2.2.0"
+    "plugin-api-version": "2.3.0"
 }
-- 
GitLab