Skip to content

Commit

Permalink
Require laminas-i18n in dev
Browse files Browse the repository at this point in the history
This fixes a number of psalm issues around referencing symbols that don't exist

Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Nov 1, 2023
1 parent e3a7cfd commit 3e45b39
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 200 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-crypt": "^3.10",
"laminas/laminas-i18n": "^2.23.1",
"laminas/laminas-uri": "^2.10",
"pear/archive_tar": "^1.4.14",
"phpunit/phpunit": "^10.2.3",
"phpunit/phpunit": "^10.2.6",
"psalm/plugin-phpunit": "^0.18.4",
"psr/http-factory": "^1.0.2",
"vimeo/psalm": "^5.13.1"
Expand Down
Loading

0 comments on commit 3e45b39

Please sign in to comment.