Skip to content

Commit

Permalink
Merge pull request #64 from mezzio/renovate/lock-file-maintenance
Browse files Browse the repository at this point in the history
Minor QA Improvements. Add BC Check to matrix.
  • Loading branch information
Ocramius committed Mar 1, 2024
2 parents f73dd17 + 04f6c31 commit 3d3d0fb
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 108 deletions.
3 changes: 2 additions & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ignore_php_platform_requirements": {
"8.2": false
}
},
"backwardCompatibilityCheck": true
}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^3.3",
"phpunit/phpunit": "^10.4.2",
"laminas/laminas-diactoros": "^3.3.1",
"phpunit/phpunit": "^10.5.11",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.15.0"
"vimeo/psalm": "^5.22.2"
},
"config": {
"preferred-install": "dist",
Expand Down

0 comments on commit 3d3d0fb

Please sign in to comment.