Skip to content

Commit

Permalink
Merge pull request #58 from laminas/renovate/major-laminas
Browse files Browse the repository at this point in the history
Update dependency laminas/laminas-coding-standard to v3
  • Loading branch information
gsteel authored Oct 17, 2024
2 parents 4117b98 + 8ad7ffe commit c428d9f
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 59 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"psr/http-server-handler": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-coding-standard": "~3.0.0",
"laminas/laminas-diactoros": "^3.4.0",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
Expand Down
121 changes: 64 additions & 57 deletions composer.lock

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

2 changes: 1 addition & 1 deletion test/TestAsset/MockStreamHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class MockStreamHelper
{
/** @var string|callable(int,?int=null):string */
private $contents;
private $contents; // phpcs:ignore

/** @var null|callable */
private $trackPeakBufferLength;
Expand Down

0 comments on commit c428d9f

Please sign in to comment.