Skip to content

Commit

Permalink
Update Laminas library version requirement in composer.json
Browse files Browse the repository at this point in the history
The Laminas' version requirement has been updated to "^3.21.0" from "^3.3.0", ensuring compatibility with its latest release. This version upgrade includes various dependency updates that will improve system's performance and stability.

Signed-off-by: Sebastian Hopfe <[email protected]>
  • Loading branch information
nusphere committed Nov 29, 2023
1 parent 3ec60ac commit 14881f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-servicemanager": "^3.3.0",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.0",
"psr/log": "^1.1.2"
},
Expand Down

0 comments on commit 14881f7

Please sign in to comment.