This run took 2 seconds.
From 7a5e1acf429cd398c99a6412f5839e77380d1049 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Mon, 18 Aug 2025 07:02:25 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: Iadc500a8a83bb6a531fc78e93ac006ec8e61e287 --- 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 --- Mon Aug 18 07:02:24 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/tmps5u1j8_v --- stdout --- [main 7a5e1ac] [DNM] there are no updates 1 file changed, 33 insertions(+), 29 deletions(-) --- end --- $ git format-patch HEAD~1 --stdout --- stdout --- From 7a5e1acf429cd398c99a6412f5839e77380d1049 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Mon, 18 Aug 2025 07:02:25 +0000 Subject: [PATCH] [DNM] there are no updates Change-Id: Iadc500a8a83bb6a531fc78e93ac006ec8e61e287 --- 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 ---