Skip to content

Commit 1d99627

Browse files
authored
Merge pull request #62 from dotkernel/issue-60
Issue #60: Allow installing with `laminas-stratigility` 3.x or 4.x
2 parents 896c2b7 + f51da71 commit 1d99627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3030
"dotkernel/dot-log": "^4.0.5",
3131
"laminas/laminas-diactoros": "^3.8.0",
32-
"laminas/laminas-stratigility": "^4.3.0",
33-
"mezzio/mezzio": "^3.24",
32+
"laminas/laminas-stratigility": "^3.0 || ^4.0",
33+
"mezzio/mezzio": "^3.19",
3434
"psr/http-message": "^1.0 || ^2.0",
3535
"psr/http-server-middleware": "^1.0",
3636
"psr/log": "^3.0"

0 commit comments

Comments
 (0)