Skip to content

Commit

Permalink
QA(fix): Move laminas/service-manager back to dev dependencies
Browse files Browse the repository at this point in the history
Pretty unsure why it was moved from dev dependencies in laminas#129, but it seems to be wrong.

Still suggest section states:

> "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",

so it is optional dependency and we should not be forced to install it, when we do not need it.
  • Loading branch information
michalbundyra committed Mar 4, 2024
1 parent f21a61d commit ef8bc93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.13",
"psr/http-message": "^1.0.1 || ^2.0.0"
},
Expand All @@ -42,6 +41,7 @@
"laminas/laminas-filter": "^2.34",
"laminas/laminas-i18n": "^2.26.0",
"laminas/laminas-session": "^2.18",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-uri": "^2.11.0",
"phpunit/phpunit": "^10.5.10",
"psalm/plugin-phpunit": "^0.18.4",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef8bc93

Please sign in to comment.