Skip to content

Commit

Permalink
Updating minimum dependency requirements to avoid issues when testing…
Browse files Browse the repository at this point in the history
… with --prefer-lowest

Signed-off-by: Eric Richer [email protected] <[email protected]>
  • Loading branch information
visto9259 committed Jan 2, 2025
1 parent 99195bc commit 9128776
Show file tree
Hide file tree
Showing 2 changed files with 1,091 additions and 1,131 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-permissions-rbac": "^3.0",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-servicemanager": "^3.15",
"laminas/laminas-stdlib": "^3.1",
"doctrine/persistence": "^2.0 || ^3.0"
},
Expand All @@ -53,7 +53,7 @@
"doctrine/orm": "^2.13 || ^3.0",
"symfony/cache": "^4.0 || ^5.0 || ^6.0",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.25"
"vimeo/psalm": "^5.26"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9128776

Please sign in to comment.