Skip to content

Commit a6223ec

Browse files
committed
ci: pin doctrine/coding-standard to ^13.0 only
The ClassConstantTypeHint rule we exclude lives only in v13; on `--prefer-lowest` composer was picking v12 and phpcs errored with "Referenced sniff ... does not exist" when it hit the exclude.
1 parent bbb1714 commit a6223ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"beberlei/porpaginas": "^2.0",
31-
"doctrine/coding-standard": "^12.0 || ^13.0",
31+
"doctrine/coding-standard": "^13.0",
3232
"ecodev/graphql-upload": "^7.0",
3333
"laminas/laminas-diactoros": "^3.5",
3434
"myclabs/php-enum": "^1.6.6",

0 commit comments

Comments
 (0)