From 87948276b5869c01501abe8f1bbf21abd1fd5aac Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Mon, 20 Jan 2025 09:40:12 +0200 Subject: [PATCH] Issue #30: Added support for laminas/laminas-servicemanager:4.x Signed-off-by: alexmerlin --- README.md | 2 +- composer.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e8bf0b..2c34f27 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## dot-helpers badges ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-helpers) -![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-helpers/3.6.0) +![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-helpers/3.7.0) [![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-helpers)](https://github.com/dotkernel/dot-helpers/issues) [![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-helpers)](https://github.com/dotkernel/dot-helpers/network) diff --git a/composer.json b/composer.json index 69fc5f8..7a2a2de 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "psr/http-message": "^1.0 || ^2.0", - "laminas/laminas-servicemanager": "^3.22.1", + "laminas/laminas-servicemanager": "^3.22.1 || ^4.0", "mezzio/mezzio-helpers": "^5.16.0", "laminas/laminas-diactoros": "^3.3.0" }, @@ -46,7 +46,8 @@ "scripts": { "check": [ "@cs-check", - "@test" + "@test", + "@static-analysis" ], "cs-check": "phpcs", "cs-fix": "phpcbf",