From e907ea4912bb81d8014dd36afb52b0d385664418 Mon Sep 17 00:00:00 2001 From: JoshuaLicense Date: Mon, 8 Apr 2024 13:34:55 +0100 Subject: [PATCH] chore: bump `olcs-logging` to `v7.2.0` --- composer.json | 2 +- composer.lock | 162 ++++++-------------------------------------------- 2 files changed, 18 insertions(+), 146 deletions(-) diff --git a/composer.json b/composer.json index 03f433239..25527888e 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "lm-commons/lmc-rbac-mvc": "^3.3", "olcs/olcs-auth": "^7.0", "olcs/olcs-common": "^6.0.0", - "olcs/olcs-logging": "^6.0.0", + "olcs/olcs-logging": "^7.2", "olcs/olcs-transfer": "^6.0.0", "olcs/olcs-utils": "^6.0.0", "psr/container": "^1.1|^2", diff --git a/composer.lock b/composer.lock index cdee599b6..97035aeb7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e4f87135e54265df9ac1b53850be6a9e", + "content-hash": "961ece5c89bcfa6f1b0523dd3b6cdbbb", "packages": [ { "name": "aws/aws-crt-php", @@ -1946,72 +1946,6 @@ ], "time": "2022-09-15T13:40:43+00:00" }, - { - "name": "laminas/laminas-console", - "version": "2.8.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-console.git", - "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5", - "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5", - "shasum": "" - }, - "require": { - "laminas/laminas-stdlib": "^3.2.1", - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^5.6 || ^7.0" - }, - "replace": { - "zendframework/zend-console": "self.version" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-filter": "^2.7.2", - "laminas/laminas-json": "^2.6 || ^3.0", - "laminas/laminas-validator": "^2.10.1", - "phpunit/phpunit": "^5.7.23 || ^6.4.3" - }, - "suggest": { - "laminas/laminas-filter": "To support DefaultRouteMatcher usage", - "laminas/laminas-validator": "To support DefaultRouteMatcher usage" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8.x-dev", - "dev-develop": "2.9.x-dev" - } - }, - "autoload": { - "psr-4": { - "Laminas\\Console\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Build console applications using getopt syntax or routing, complete with prompts", - "homepage": "https://laminas.dev", - "keywords": [ - "console", - "laminas" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-console/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-console/issues", - "rss": "https://github.com/laminas/laminas-console/releases.atom", - "source": "https://github.com/laminas/laminas-console" - }, - "abandoned": "laminas/laminas-cli", - "time": "2019-12-31T16:31:45+00:00" - }, { "name": "laminas/laminas-crypt", "version": "3.8.0", @@ -4251,69 +4185,6 @@ ], "time": "2021-11-30T02:16:35+00:00" }, - { - "name": "laminas/laminas-zendframework-bridge", - "version": "1.6.1", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "e112dd2c099f4f6142c16fc65fda89a638e06885" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/e112dd2c099f4f6142c16fc65fda89a638e06885", - "reference": "e112dd2c099f4f6142c16fc65fda89a638e06885", - "shasum": "" - }, - "require": { - "php": ">=7.4, <8.2" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.14", - "psalm/plugin-phpunit": "^0.15.2", - "squizlabs/php_codesniffer": "^3.6.2", - "vimeo/psalm": "^4.21.0" - }, - "type": "library", - "extra": { - "laminas": { - "module": "Laminas\\ZendFrameworkBridge" - } - }, - "autoload": { - "files": [ - "src/autoload.php" - ], - "psr-4": { - "Laminas\\ZendFrameworkBridge\\": "src//" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Alias legacy ZF class names to Laminas Project equivalents.", - "keywords": [ - "ZendFramework", - "autoloading", - "laminas", - "zf" - ], - "support": { - "forum": "https://discourse.laminas.dev/", - "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", - "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", - "source": "https://github.com/laminas/laminas-zendframework-bridge" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "abandoned": true, - "time": "2022-07-29T13:28:29+00:00" - }, { "name": "lm-commons/lmc-rbac-mvc", "version": "v3.3.2", @@ -4583,16 +4454,16 @@ }, { "name": "olcs/olcs-common", - "version": "v6.7.4", + "version": "v6.7.5", "source": { "type": "git", "url": "https://github.com/dvsa/olcs-common.git", - "reference": "d121826676e7685abd7c89521cbbc3bfcd76eb7d" + "reference": "2ba8951e4cc42677df028ad9db75a406b4450001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dvsa/olcs-common/zipball/d121826676e7685abd7c89521cbbc3bfcd76eb7d", - "reference": "d121826676e7685abd7c89521cbbc3bfcd76eb7d", + "url": "https://api.github.com/repos/dvsa/olcs-common/zipball/2ba8951e4cc42677df028ad9db75a406b4450001", + "reference": "2ba8951e4cc42677df028ad9db75a406b4450001", "shasum": "" }, "require": { @@ -4616,7 +4487,7 @@ "laminas/laminas-text": "^2.9", "laminas/laminas-validator": "^2.11", "laminas/laminas-view": "^2.23", - "olcs/olcs-logging": "^6.0", + "olcs/olcs-logging": "^6.0|^7.0", "olcs/olcs-transfer": "^6.0", "olcs/olcs-utils": "^6.0", "php": "^7.4", @@ -4654,32 +4525,32 @@ "notification-url": "https://packagist.org/downloads/", "description": "Common library for the OLCS Project", "support": { - "source": "https://github.com/dvsa/olcs-common/tree/v6.7.4" + "source": "https://github.com/dvsa/olcs-common/tree/v6.7.5" }, - "time": "2024-04-08T10:36:00+00:00" + "time": "2024-04-08T11:39:12+00:00" }, { "name": "olcs/olcs-logging", - "version": "v6.0.0", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/dvsa/olcs-logging.git", - "reference": "558e3fbd7a53e1483658d2b2edd8c2de6bef220a" + "reference": "b7a4c1672ce4ad34d16e58b74abfae461405b55d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dvsa/olcs-logging/zipball/558e3fbd7a53e1483658d2b2edd8c2de6bef220a", - "reference": "558e3fbd7a53e1483658d2b2edd8c2de6bef220a", + "url": "https://api.github.com/repos/dvsa/olcs-logging/zipball/b7a4c1672ce4ad34d16e58b74abfae461405b55d", + "reference": "b7a4c1672ce4ad34d16e58b74abfae461405b55d", "shasum": "" }, "require": { - "laminas/laminas-console": "^2.7", + "ext-json": "*", "laminas/laminas-eventmanager": "^3.0", "laminas/laminas-log": "^2.12", "laminas/laminas-mvc": "^3.3", "laminas/laminas-session": "^2.8.7", "laminas/laminas-stdlib": "^3.0", - "php": "^7.4", + "php": "^7.4|^8.0", "psr/container": "^1.1|^2", "psr/log": "^1.0" }, @@ -4687,6 +4558,7 @@ "bamarni/composer-bin-plugin": "^1.8", "johnkary/phpunit-speedtrap": "^4.0", "mockery/mockery": "^1.6", + "phpstan/phpstan-mockery": "^1.1", "phpunit/phpunit": "^9.6" }, "type": "library", @@ -4707,9 +4579,9 @@ ], "description": "Logging Module for OLCS", "support": { - "source": "https://github.com/dvsa/olcs-logging/tree/v6.0.0" + "source": "https://github.com/dvsa/olcs-logging/tree/v7.2.0" }, - "time": "2024-02-20T11:41:22+00:00" + "time": "2024-04-08T11:11:14+00:00" }, { "name": "olcs/olcs-transfer",