Skip to content

Commit 7073307

Browse files
committed
Issue #37: Added support for laminas/laminas-servicemanager:4.x
Signed-off-by: alexmerlin <[email protected]>
1 parent ed0107b commit 7073307

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require": {
2727
"php": "~8.2.0 || ~8.3.0",
2828
"laminas/laminas-cli": "^1.4.0",
29-
"laminas/laminas-servicemanager": "^3.11.1"
29+
"laminas/laminas-servicemanager": "^3.11.1 || ^4.0"
3030
},
3131
"autoload": {
3232
"psr-4": {
@@ -47,7 +47,8 @@
4747
"scripts": {
4848
"check": [
4949
"@cs-check",
50-
"@test"
50+
"@test",
51+
"@static-analysis"
5152
],
5253
"cs-check": "phpcs",
5354
"cs-fix": "phpcbf",

0 commit comments

Comments
 (0)