From 320fb52b895319f22c662036e4302ac7c46c1a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:32:43 +0000 Subject: [PATCH] chore(deps): bump the composer-dependencies group across 1 directory with 2 updates Updates the requirements on [laminas/laminas-crypt](https://github.com/laminas/laminas-crypt) and [doctrine/annotations](https://github.com/doctrine/annotations) to permit the latest version. Updates `laminas/laminas-crypt` to 4.0.0 - [Release notes](https://github.com/laminas/laminas-crypt/releases) - [Commits](https://github.com/laminas/laminas-crypt/compare/3.4.0...4.0.0) Updates `doctrine/annotations` to 2.0.2 - [Release notes](https://github.com/doctrine/annotations/releases) - [Commits](https://github.com/doctrine/annotations/compare/1.14.2...2.0.2) --- updated-dependencies: - dependency-name: laminas/laminas-crypt dependency-type: direct:production dependency-group: composer-dependencies - dependency-name: doctrine/annotations dependency-type: direct:development dependency-group: composer-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ff01e091..59e59b7b 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "laminas/laminas-servicemanager": "^3.3", "laminas/laminas-inputfilter": "^2.21", "laminas/laminas-form": "^3.1.1", - "laminas/laminas-crypt": "^3.4.0", + "laminas/laminas-crypt": "^4.0.0", "laminas/laminas-xml": "^1.4.0", "laminas/laminas-cache": "^3.6", "laminas/laminas-cache-storage-adapter-redis": "^2.4", @@ -22,7 +22,7 @@ "mockery/mockery": "^1.6", "johnkary/phpunit-speedtrap": "^4.0", "bamarni/composer-bin-plugin": "^1.8", - "doctrine/annotations": "^1.14.2", + "doctrine/annotations": "^2.0.2", "phpstan/phpstan-mockery": "^1.1" }, "autoload": {