Skip to content

Commit d5cad66

Browse files
Update doctrine/coding-standard requirement from ^11.1 to ^11.1 || ^12.0
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@11.1.0...12.0.0) --- updated-dependencies: - dependency-name: doctrine/coding-standard dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e4d9d0 commit d5cad66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"phpstan/phpstan": "^1.8",
2929
"php-coveralls/php-coveralls": "^2.1.0",
3030
"symfony/translation": "^6",
31-
"doctrine/coding-standard": "^11.1"
31+
"doctrine/coding-standard": "^11.1 || ^12.0"
3232
},
3333
"scripts": {
3434
"phpstan": "phpstan analyse src/ -c phpstan.neon --level=7 --no-progress",

0 commit comments

Comments
 (0)