Skip to content

Commit 8bddceb

Browse files
Update doctrine/coding-standard requirement from ^12 to ^12 || ^14
Updates the requirements on [doctrine/coding-standard](https://github.com/doctrine/coding-standard) to permit the latest version. - [Release notes](https://github.com/doctrine/coding-standard/releases) - [Commits](doctrine/coding-standard@12.0.0...14.0.0) --- updated-dependencies: - dependency-name: doctrine/coding-standard dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d15539 commit 8bddceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"phpstan/phpstan": "^2",
2828
"php-coveralls/php-coveralls": "^2.1.0",
2929
"symfony/translation": "^6.4 || ^7.0 || ^8.0",
30-
"doctrine/coding-standard": "^12"
30+
"doctrine/coding-standard": "^12 || ^14"
3131
},
3232
"scripts": {
3333
"phpstan": "phpstan analyse --no-progress",

0 commit comments

Comments
 (0)