mediawiki/tools/ParseWiki: main (log #2055509)

sourcepatches

This run took 2 seconds.

From 4a818c9eca65564fbd35da1d0459d1966889ccbd Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 16 Aug 2025 07:08:44 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: Ida5dfaa9165bc13bc7cf091c8fbd3c9bb2ff783c
---
 composer.json | 62 +++++++++++++++++++++++++++------------------------
 1 file changed, 33 insertions(+), 29 deletions(-)

diff --git a/composer.json b/composer.json
index 172a824..0c7e93c 100644
--- a/composer.json
+++ b/composer.json
@@ -1,31 +1,35 @@
 {
-    "name": "wiki-connect/parsewiki",
-    "type": "library",
-    "description": "A library that helps parse wikitext template data",
-    "keywords": ["Mediawiki", "Parser","wikitext"],
-    "license": "GPL-3.0-or-later",
-    "autoload": {
-        "psr-4": {
-            "WikiConnect\\ParseWiki\\": "src/"
-        }
-    },
-    "authors": [
-        {
-            "name": "GergesShamon",
-            "email": "gerges.shamoon.dev@gmail.com"
-        }
-    ],
-    "scripts": {
-        "test": [
-            "phpstan analyse",
-            "phpunit"
-        ]
-    },
-    "require": {
-        "php": ">=8.1.0"
-    },
-    "require-dev": {
-        "phpstan/phpstan": "^2.1",
-        "phpunit/phpunit": "^10"
-    }
+	"name": "wiki-connect/parsewiki",
+	"type": "library",
+	"description": "A library that helps parse wikitext template data",
+	"keywords": [
+		"Mediawiki",
+		"Parser",
+		"wikitext"
+	],
+	"license": "GPL-3.0-or-later",
+	"autoload": {
+		"psr-4": {
+			"WikiConnect\\ParseWiki\\": "src/"
+		}
+	},
+	"authors": [
+		{
+			"name": "GergesShamon",
+			"email": "gerges.shamoon.dev@gmail.com"
+		}
+	],
+	"scripts": {
+		"test": [
+			"phpstan analyse",
+			"phpunit"
+		]
+	},
+	"require": {
+		"php": ">=8.1.0"
+	},
+	"require-dev": {
+		"phpstan/phpstan": "^2.1",
+		"phpunit/phpunit": "^10"
+	}
 }
-- 
2.39.5

$ date
--- stdout ---
Sat Aug 16 07:08:43 UTC 2025

--- end ---
$ git clone file:///srv/git/mediawiki-tools-ParseWiki.git repo --depth=1 -b main
--- stderr ---
Cloning into 'repo'...
--- stdout ---

--- end ---
$ git config user.name libraryupgrader
--- stdout ---

--- end ---
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
--- stdout ---

--- end ---
$ git submodule update --init
--- stdout ---

--- end ---
$ grr init
--- stdout ---
Installed commit-msg hook.

--- end ---
$ git show-ref refs/heads/main
--- stdout ---
203bd9d5ceecfc5da2cb0bd34186f03feb4ab6e9 refs/heads/main

--- end ---
[DNM] there are no updates
$ git add .
--- stdout ---

--- end ---
$ git commit -F /tmp/tmptn3hovl9
--- stdout ---
[main 4a818c9] [DNM] there are no updates
 1 file changed, 33 insertions(+), 29 deletions(-)

--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From 4a818c9eca65564fbd35da1d0459d1966889ccbd Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 16 Aug 2025 07:08:44 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: Ida5dfaa9165bc13bc7cf091c8fbd3c9bb2ff783c
---
 composer.json | 62 +++++++++++++++++++++++++++------------------------
 1 file changed, 33 insertions(+), 29 deletions(-)

diff --git a/composer.json b/composer.json
index 172a824..0c7e93c 100644
--- a/composer.json
+++ b/composer.json
@@ -1,31 +1,35 @@
 {
-    "name": "wiki-connect/parsewiki",
-    "type": "library",
-    "description": "A library that helps parse wikitext template data",
-    "keywords": ["Mediawiki", "Parser","wikitext"],
-    "license": "GPL-3.0-or-later",
-    "autoload": {
-        "psr-4": {
-            "WikiConnect\\ParseWiki\\": "src/"
-        }
-    },
-    "authors": [
-        {
-            "name": "GergesShamon",
-            "email": "gerges.shamoon.dev@gmail.com"
-        }
-    ],
-    "scripts": {
-        "test": [
-            "phpstan analyse",
-            "phpunit"
-        ]
-    },
-    "require": {
-        "php": ">=8.1.0"
-    },
-    "require-dev": {
-        "phpstan/phpstan": "^2.1",
-        "phpunit/phpunit": "^10"
-    }
+	"name": "wiki-connect/parsewiki",
+	"type": "library",
+	"description": "A library that helps parse wikitext template data",
+	"keywords": [
+		"Mediawiki",
+		"Parser",
+		"wikitext"
+	],
+	"license": "GPL-3.0-or-later",
+	"autoload": {
+		"psr-4": {
+			"WikiConnect\\ParseWiki\\": "src/"
+		}
+	},
+	"authors": [
+		{
+			"name": "GergesShamon",
+			"email": "gerges.shamoon.dev@gmail.com"
+		}
+	],
+	"scripts": {
+		"test": [
+			"phpstan analyse",
+			"phpunit"
+		]
+	},
+	"require": {
+		"php": ">=8.1.0"
+	},
+	"require-dev": {
+		"phpstan/phpstan": "^2.1",
+		"phpunit/phpunit": "^10"
+	}
 }
-- 
2.39.5


--- end ---
Source code is licensed under the AGPL.