Skip to content

Commit a86a147

Browse files
committed
Bump support for laminas-servicemanager to 4.4.0
While not strictly necessary, I've created this change to support the latest version of laminas-servicemanager that contains the removes duplicate delegators fix. See laminas/laminas-servicemanager#251. By including this change, I can then update laminas-inputfilter to support the same version of laminas-servicemanager as well. Signed-off-by: Matthew Setter <matthew@matthewsetter.com>
1 parent bc2d408 commit a86a147

File tree

2 files changed

+35
-22
lines changed

2 files changed

+35
-22
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ext-filter": "*",
3737
"ext-iconv": "*",
3838
"ext-mbstring": "*",
39-
"laminas/laminas-servicemanager": "^4.1.0",
39+
"laminas/laminas-servicemanager": "^4.4.0",
4040
"laminas/laminas-stdlib": "^3.19.0",
4141
"psr/container": "^1 || ^2",
4242
"psr/http-factory": "^1.1",

composer.lock

Lines changed: 34 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)