Skip to content

Commit

Permalink
Initial support for laminas-servicemanager v4
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jun 28, 2024
1 parent 31fc753 commit 57f1fe7
Show file tree
Hide file tree
Showing 8 changed files with 448 additions and 568 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-servicemanager": "^4.1.0",
"laminas/laminas-stdlib": "^3.13",
"psr/http-message": "^1.0.1 || ^2.0.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-i18n": "^2.26.0",
"laminas/laminas-i18n": "dev-relax-sm-constraint",
"phpunit/phpunit": "^10.5.20",
"psalm/plugin-phpunit": "^0.19.0",
"psr/http-client": "^1.0.3",
Expand Down
Loading

0 comments on commit 57f1fe7

Please sign in to comment.