From 6405d4d52bc350c7b13b6bc84fd6a10c35786a1e Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sun, 18 Apr 2021 10:09:59 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I76339ee6a93d34dfa87dce5aad98b09aaff64c08
---
composer.json | 66 +++++++++++++++++++++++++--------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
diff --git a/composer.json b/composer.json
index 1067c81..388c8ea 100644
--- a/composer.json
+++ b/composer.json
@@ -1,35 +1,35 @@
{
- "name": "mediawiki/dependency-analysis",
- "description": "Dependency analysis and report for MediaWiki.",
- "version": "0.1",
- "type": "project",
- "keywords": [
- "phpda",
- "quality",
- "mediawiki",
- "dependency",
- "cyclic",
- "metrics"
- ],
- "license": "GPL-2.0-or-later",
- "authors": [
- {
- "name": "Daniel Kinzler"
- }
- ],
- "require": {
- "php": ">=7.2.0",
- "dephpend/dephpend": "~0.5",
- "phploc/phploc": "^5",
- "symfony/event-dispatcher": ">=4.2 <4.3"
- },
- "require-dev": {
- "php-parallel-lint/php-parallel-lint": "1.2.0",
- "php-parallel-lint/php-console-highlighter": "0.5.*"
- },
- "scripts": {
- "test": [
- "parallel-lint . --exclude vendor"
- ]
- }
+ "name": "mediawiki/dependency-analysis",
+ "description": "Dependency analysis and report for MediaWiki.",
+ "version": "0.1",
+ "type": "project",
+ "keywords": [
+ "phpda",
+ "quality",
+ "mediawiki",
+ "dependency",
+ "cyclic",
+ "metrics"
+ ],
+ "license": "GPL-2.0-or-later",
+ "authors": [
+ {
+ "name": "Daniel Kinzler"
+ }
+ ],
+ "require": {
+ "php": ">=7.2.0",
+ "dephpend/dephpend": "~0.5",
+ "phploc/phploc": "^5",
+ "symfony/event-dispatcher": ">=4.2 <4.3"
+ },
+ "require-dev": {
+ "php-parallel-lint/php-console-highlighter": "0.5.*",
+ "php-parallel-lint/php-parallel-lint": "1.2.0"
+ },
+ "scripts": {
+ "test": [
+ "parallel-lint . --exclude vendor"
+ ]
+ }
}
--
2.20.1
$ date
Sun Apr 18 10:09:48 UTC 2021
$ git clone file:///srv/git/mediawiki-tools-dependency-analysis.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
Submodule 'contrib/breaking_cycles_in_noisy_hierarchies' (https://github.com/zhenv5/breaking_cycles_in_noisy_hierarchies.git) registered for path 'contrib/breaking_cycles_in_noisy_hierarchies'
Cloning into '/src/repo/contrib/breaking_cycles_in_noisy_hierarchies'...
Submodule path 'contrib/breaking_cycles_in_noisy_hierarchies': checked out '10430c611825faba6d9d4c2632fdb623b725d573'
$ grr init
Installed commit-msg hook.
$ git show-ref refs/heads/master
33efe95f722ae4a17d0098a860524f28d92e42ae 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: 16 installs, 0 updates, 0 removals
- Installing psr/container (1.1.1): Loading from cache
- Installing psr/cache (1.0.1): Loading from cache
- Installing symfony/contracts (v1.1.10): Loading from cache
- Installing symfony/polyfill-mbstring (v1.22.1): Loading from cache
- Installing symfony/console (v4.2.12): Loading from cache
- Installing sebastian/version (2.0.1): Loading from cache
- Installing symfony/finder (v5.2.4): Loading from cache
- Installing theseer/fdomdocument (1.6.6): Downloading (connecting...)Downloading (0%) Downloading (15%)Downloading (25%)Downloading (30%)Downloading (45%)Downloading (60%)Downloading (80%)Downloading (95%)Downloading (100%)
- Installing sebastian/finder-facade (1.2.3): Downloading (connecting...)Downloading (0%) Downloading (15%)Downloading (95%)Downloading (100%)
- Installing phploc/phploc (5.0.0): Downloading (connecting...)Downloading (100%)
- Installing php-parallel-lint/php-parallel-lint (v1.2.0): Loading from cache
- Installing php-parallel-lint/php-console-color (v0.3): Loading from cache
- Installing php-parallel-lint/php-console-highlighter (v0.5): Loading from cache
- Installing symfony/event-dispatcher (v4.2.12): Downloading (connecting...)Downloading (100%)
- Installing nikic/php-parser (v4.10.4): Loading from cache
- Installing dephpend/dephpend (0.7.0): Downloading (connecting...)Downloading (100%)
symfony/contracts suggests installing symfony/cache-implementation
symfony/contracts suggests installing symfony/event-dispatcher-implementation
symfony/contracts suggests installing symfony/http-client-implementation
symfony/contracts suggests installing symfony/service-implementation
symfony/contracts suggests installing symfony/translation-implementation
symfony/contracts suggests installing psr/event-dispatcher (When using the EventDispatcher contracts)
symfony/console suggests installing symfony/lock
symfony/console suggests installing symfony/process
symfony/console suggests installing psr/log (For using the console logger)
symfony/event-dispatcher suggests installing symfony/dependency-injection
symfony/event-dispatcher suggests installing symfony/http-kernel
Package sebastian/finder-facade is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
3 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
$ git add .
$ git commit -F /tmp/tmp4hrp_f9h
[master 6405d4d] [DNM] there are no updates
1 file changed, 35 insertions(+), 35 deletions(-)
rewrite composer.json (99%)
$ git format-patch HEAD~1 --stdout
From 6405d4d52bc350c7b13b6bc84fd6a10c35786a1e Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sun, 18 Apr 2021 10:09:59 +0000
Subject: [PATCH] [DNM] there are no updates
Change-Id: I76339ee6a93d34dfa87dce5aad98b09aaff64c08
---
composer.json | 66 +++++++++++++++++++++++++--------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
diff --git a/composer.json b/composer.json
index 1067c81..388c8ea 100644
--- a/composer.json
+++ b/composer.json
@@ -1,35 +1,35 @@
{
- "name": "mediawiki/dependency-analysis",
- "description": "Dependency analysis and report for MediaWiki.",
- "version": "0.1",
- "type": "project",
- "keywords": [
- "phpda",
- "quality",
- "mediawiki",
- "dependency",
- "cyclic",
- "metrics"
- ],
- "license": "GPL-2.0-or-later",
- "authors": [
- {
- "name": "Daniel Kinzler"
- }
- ],
- "require": {
- "php": ">=7.2.0",
- "dephpend/dephpend": "~0.5",
- "phploc/phploc": "^5",
- "symfony/event-dispatcher": ">=4.2 <4.3"
- },
- "require-dev": {
- "php-parallel-lint/php-parallel-lint": "1.2.0",
- "php-parallel-lint/php-console-highlighter": "0.5.*"
- },
- "scripts": {
- "test": [
- "parallel-lint . --exclude vendor"
- ]
- }
+ "name": "mediawiki/dependency-analysis",
+ "description": "Dependency analysis and report for MediaWiki.",
+ "version": "0.1",
+ "type": "project",
+ "keywords": [
+ "phpda",
+ "quality",
+ "mediawiki",
+ "dependency",
+ "cyclic",
+ "metrics"
+ ],
+ "license": "GPL-2.0-or-later",
+ "authors": [
+ {
+ "name": "Daniel Kinzler"
+ }
+ ],
+ "require": {
+ "php": ">=7.2.0",
+ "dephpend/dephpend": "~0.5",
+ "phploc/phploc": "^5",
+ "symfony/event-dispatcher": ">=4.2 <4.3"
+ },
+ "require-dev": {
+ "php-parallel-lint/php-console-highlighter": "0.5.*",
+ "php-parallel-lint/php-parallel-lint": "1.2.0"
+ },
+ "scripts": {
+ "test": [
+ "parallel-lint . --exclude vendor"
+ ]
+ }
}
--
2.20.1
.