From 3983c25acb2eba715646cbf0fb47158279f4e753 Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Thu, 20 Mar 2025 16:38:48 +0200 Subject: [PATCH 1/2] Issue #3: Allow laminas/laminas-stratigility version 3.x || 4.x Signed-off-by: alexmerlin --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 193a9b7..d5b7298 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", - "laminas/laminas-stratigility": "^4.1", + "laminas/laminas-stratigility": "^3.0 || ^4.0", "mezzio/mezzio-fastroute": "^3.12", "psr/container": "^1.0 || ^2.0", "psr/http-message": "^1.0 || ^2.0", From 61f80c9ede4d274a9491657a2537b352f466f1f6 Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Thu, 20 Mar 2025 16:40:28 +0200 Subject: [PATCH 2/2] Updated README.md Signed-off-by: alexmerlin --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f64a857..6478109 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-router/. ## Badges ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-router) -![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-router/1.0.0) +![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-router/1.0.2) [![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-router)](https://github.com/dotkernel/dot-router/issues) [![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-router)](https://github.com/dotkernel/dot-router/network) @@ -25,7 +25,7 @@ Documentation is available at: https://docs.dotkernel.org/dot-router/. ## Requirements - **PHP**: 8.1, 8.2, 8.3 or 8.4 -- **laminas/laminas-stratigility**: ^4.1 +- **laminas/laminas-stratigility**: ^3.0 || ^4.0 - **mezzio/mezzio-fastroute**: ^3.12 ## Setup