From ef8bc93ecf13f3769b8a78f1efcc8cd53e2a09a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Mon, 4 Mar 2024 18:46:40 +0000 Subject: [PATCH] QA(fix): Move laminas/service-manager back to dev dependencies Pretty unsure why it was moved from dev dependencies in #129, but it seems to be wrong. Still suggest section states: > "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", so it is optional dependency and we should not be forced to install it, when we do not need it. --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 895004ec..4b8fe5ad 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,6 @@ }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", - "laminas/laminas-servicemanager": "^3.21.0", "laminas/laminas-stdlib": "^3.13", "psr/http-message": "^1.0.1 || ^2.0.0" }, @@ -42,6 +41,7 @@ "laminas/laminas-filter": "^2.34", "laminas/laminas-i18n": "^2.26.0", "laminas/laminas-session": "^2.18", + "laminas/laminas-servicemanager": "^3.21.0", "laminas/laminas-uri": "^2.11.0", "phpunit/phpunit": "^10.5.10", "psalm/plugin-phpunit": "^0.18.4", diff --git a/composer.lock b/composer.lock index e69760ce..1eed7e51 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": "2cc264495ab76793afffd274df9275af", + "content-hash": "5f73d88253962716a874b988bd12a274", "packages": [ { "name": "laminas/laminas-servicemanager",