Skip to content

Commit

Permalink
Bump minimum version of laminas-cache to 4.1
Browse files Browse the repository at this point in the history
This is to prevent installation of webmozart/assert < 1.11 which contains deprecations for static in callables

Signed-off-by: George Steel <george@net-glue.co.uk>
  • Loading branch information
gsteel committed Jan 23, 2025
1 parent 7b5cbb0 commit 9f6750a
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 @@ -8,7 +8,7 @@
"license": "BSD-3-Clause",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-cache": "^4.0"
"laminas/laminas-cache": "^4.1"
},
"provide": {
"laminas/laminas-cache-storage-implementation": "2.0"
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 9f6750a

Please sign in to comment.