Skip to content

Commit f6f0218

Browse files
authored
Merge pull request #77 from mezzio/renovate/laminas
Update dependency laminas/laminas-coding-standard to ~3.1.0
2 parents 4f2ed23 + 9385673 commit f6f0218

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"webmozart/assert": "^1.11.0"
2222
},
2323
"require-dev": {
24-
"laminas/laminas-coding-standard": "~3.0.1",
25-
"laminas/laminas-diactoros": "^3.5.0",
26-
"phpunit/phpunit": "^10.5.45",
24+
"laminas/laminas-coding-standard": "~3.1.0",
25+
"laminas/laminas-diactoros": "^3.6.0",
26+
"phpunit/phpunit": "^10.5.46",
2727
"psalm/plugin-phpunit": "^0.19.5",
28-
"vimeo/psalm": "^6.10.1"
28+
"vimeo/psalm": "^6.10.3"
2929
},
3030
"config": {
3131
"preferred-install": "dist",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/Service/CorsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public static function crossOriginProvider(): Generator
151151
'http',
152152
'example.org',
153153
];
154-
yield'custom scheme' => [
154+
yield 'custom scheme' => [
155155
'android',
156156
'example.org',
157157
];

0 commit comments

Comments
 (0)