From bdf6b1de1387726b2fc8c7822e395ca64601b290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 06:50:20 +0000 Subject: [PATCH] Bump the composer-dependencies group with 2 updates Bumps the composer-dependencies group with 2 updates: [doctrine/doctrine-module](https://github.com/doctrine/DoctrineModule) and [olcs/olcs-transfer](https://github.com/dvsa/olcs-transfer). Updates `doctrine/doctrine-module` from 1.2.0 to 2.0.0 - [Release notes](https://github.com/doctrine/DoctrineModule/releases) - [Commits](https://github.com/doctrine/DoctrineModule/compare/1.2.0...2.0.0) Updates `olcs/olcs-transfer` from 5.0.0-alpha.3 to 5.0.0-alpha.4 - [Changelog](https://github.com/dvsa/olcs-transfer/blob/main/CHANGELOG.md) - [Commits](https://github.com/dvsa/olcs-transfer/compare/5.0.0-alpha.3...5.0.0-alpha.4) --- updated-dependencies: - dependency-name: doctrine/doctrine-module dependency-type: direct:production update-type: version-update:semver-major dependency-group: composer-dependencies - dependency-name: olcs/olcs-transfer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: composer-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- composer.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index c2bd36ef7..d1f6460f7 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "php": "^7.4", "container-interop/container-interop": "^1.2", "doctrine/annotations": "^1.14.2", - "doctrine/doctrine-module": "^1", + "doctrine/doctrine-module": "^2", "dvsa/laminas-config-cloud-parameters": "^0.2.0", "laminas/laminas-authentication": "^2.6", "laminas/laminas-eventmanager": "^2.6", @@ -22,7 +22,7 @@ "olcs/olcs-auth": "^5.0.0", "olcs/olcs-common": "^5.0.0", "olcs/olcs-logging": "^5.0.0", - "olcs/olcs-transfer": "^5.0.0", + "olcs/olcs-transfer": "^5.0.0-alpha", "olcs/olcs-utils": "^5.0.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 4840bd356..08deccb05 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": "cb780a3f42a77a5ef183645c8186ac32", + "content-hash": "4db039612b098d48bd85cf4c725f7e0e", "packages": [ { "name": "brick/varexporter", @@ -486,7 +486,7 @@ }, { "name": "doctrine/doctrine-module", - "version": "1.2.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineModule.git", @@ -3897,16 +3897,16 @@ }, { "name": "olcs/olcs-transfer", - "version": "5.0.0-alpha.3", + "version": "5.0.0-alpha.4", "source": { "type": "git", "url": "https://github.com/dvsa/olcs-transfer.git", - "reference": "d83cd24b3a180167ed17add4a2557dff2d03a460" + "reference": "afce806e4befbaf9da0c8a1e0aa626389ec624b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dvsa/olcs-transfer/zipball/d83cd24b3a180167ed17add4a2557dff2d03a460", - "reference": "d83cd24b3a180167ed17add4a2557dff2d03a460", + "url": "https://api.github.com/repos/dvsa/olcs-transfer/zipball/afce806e4befbaf9da0c8a1e0aa626389ec624b7", + "reference": "afce806e4befbaf9da0c8a1e0aa626389ec624b7", "shasum": "" }, "require": { @@ -3943,9 +3943,9 @@ "notification-url": "https://packagist.org/downloads/", "description": "OLCS Transfer", "support": { - "source": "https://github.com/dvsa/olcs-transfer/tree/5.0.0-alpha.3" + "source": "https://github.com/dvsa/olcs-transfer/tree/5.0.0-alpha.4" }, - "time": "2023-12-13T13:42:29+00:00" + "time": "2024-01-12T11:33:27+00:00" }, { "name": "olcs/olcs-utils", @@ -7948,5 +7948,5 @@ "php": "^7.4" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }