Skip to content

Commit

Permalink
Prevent incompatibility with ext-psr
Browse files Browse the repository at this point in the history
fixes #11347
  • Loading branch information
cedric-anne committed Apr 22, 2022
1 parent 6ab81c7 commit 5791a4a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 17 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"laminas/laminas-i18n": "^2.12",
"laminas/laminas-mail": "^2.15",
"laminas/laminas-mime": "^2.9",
"laminas/laminas-servicemanager": "^3.10",
"laminas/laminas-servicemanager": "~3.10.0",
"league/csv": "^9.7",
"mexitek/phpcolors": "^1.0",
"michelf/php-markdown": "^1.9",
Expand Down
63 changes: 47 additions & 16 deletions composer.lock

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

0 comments on commit 5791a4a

Please sign in to comment.