Skip to content

Commit 54813c0

Browse files
Update doctrine/coding-standard requirement from ^9.0 || ^10.0 to ^11.0 (#545)
* Update doctrine/coding-standard requirement from ^9.0 || ^10.0 to ^9.0 || ^10.0 || ^11.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](https://github.com/doctrine/coding-standard/commits/11.1.0) --- updated-dependencies: - dependency-name: doctrine/coding-standard dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Only use latest coding standard Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jacob Thomason <[email protected]>
1 parent 2d3f365 commit 54813c0

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
@@ -30,7 +30,7 @@
3030
},
3131
"require-dev": {
3232
"beberlei/porpaginas": "^1.2",
33-
"doctrine/coding-standard": "^9.0 || ^10.0",
33+
"doctrine/coding-standard": "^11.0",
3434
"ecodev/graphql-upload": "^7.0",
3535
"laminas/laminas-diactoros": "^2",
3636
"myclabs/php-enum": "^1.6.6",

0 commit comments

Comments
 (0)