From fa595e8233ad4a50030d83dbbd034b19cbbd3e05 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 4 Mar 2021 12:41:09 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: Ic52bd60d39df811ba1929a47cfa82e601ed18597
---
composer.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/composer.json b/composer.json
index e93a62d..ce03aca 100644
--- a/composer.json
+++ b/composer.json
@@ -11,15 +11,14 @@
"support": {
"issues": "https://phabricator.wikimedia.org/tag/mediawiki-jobrunner/"
},
-
"require": {
"php": ">=5.3.2",
"ext-pcntl": "*",
"ext-redis": "*"
},
"require-dev": {
- "jakub-onderka/php-parallel-lint": "0.9.2",
- "jakub-onderka/php-console-highlighter": "0.3.2"
+ "php-parallel-lint/php-console-highlighter": "0.3.2",
+ "php-parallel-lint/php-parallel-lint": "0.9.2"
},
"scripts": {
"test": [
--
2.20.1
$ date
Thu Mar 4 12:41:00 UTC 2021
$ git clone file:///srv/git/mediawiki-services-jobrunner.git repo --depth=1 -b master
Cloning into 'repo'...
$ git config user.name libraryupgrader
$ git config user.email tools.libraryupgrader@tools.wmflabs.org
$ git submodule update --init
$ grr init
Installed commit-msg hook.
$ git show-ref refs/heads/master
a20d0430b98b7cdca78b7b7af8b72edc7b9bf1ff refs/heads/master
$ composer install
Loading composer repositories with package information
Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2 is now available and you should upgrade. See https://getcomposer.org/2
Updating dependencies (including require-dev)
Package operations: 3 installs, 0 updates, 0 removals
- Installing jakub-onderka/php-console-color (v0.2): Loading from cache
- Installing php-parallel-lint/php-console-highlighter (v0.3.2): Loading from cache
- Installing php-parallel-lint/php-parallel-lint (v0.9.2): Loading from cache
php-parallel-lint/php-parallel-lint suggests installing jakub-onderka/php-console-highlighter (Highlight syntax in code snippet)
Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead.
Writing lock file
Generating autoload files
$ git add .
$ git commit -F /tmp/tmp2nmkyotv
[master fa595e8] [DNM] there are no updates
1 file changed, 2 insertions(+), 3 deletions(-)
$ git format-patch HEAD~1 --stdout
From fa595e8233ad4a50030d83dbbd034b19cbbd3e05 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 4 Mar 2021 12:41:09 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: Ic52bd60d39df811ba1929a47cfa82e601ed18597
---
composer.json | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/composer.json b/composer.json
index e93a62d..ce03aca 100644
--- a/composer.json
+++ b/composer.json
@@ -11,15 +11,14 @@
"support": {
"issues": "https://phabricator.wikimedia.org/tag/mediawiki-jobrunner/"
},
-
"require": {
"php": ">=5.3.2",
"ext-pcntl": "*",
"ext-redis": "*"
},
"require-dev": {
- "jakub-onderka/php-parallel-lint": "0.9.2",
- "jakub-onderka/php-console-highlighter": "0.3.2"
+ "php-parallel-lint/php-console-highlighter": "0.3.2",
+ "php-parallel-lint/php-parallel-lint": "0.9.2"
},
"scripts": {
"test": [
--
2.20.1
.