From bd3ea1249340929a7fa267ab3e75a0b71a722f85 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Wed, 27 Aug 2025 07:40:03 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I4622f9b5c596f4874db048fe99d4d3ee7b5c87e6
---
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 ---
Wed Aug 27 07:40:02 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/tmpw109otec
--- stdout ---
[main bd3ea12] [DNM] there are no updates
1 file changed, 33 insertions(+), 29 deletions(-)
--- end ---
$ git format-patch HEAD~1 --stdout
--- stdout ---
From bd3ea1249340929a7fa267ab3e75a0b71a722f85 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Wed, 27 Aug 2025 07:40:03 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I4622f9b5c596f4874db048fe99d4d3ee7b5c87e6
---
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 ---