Skip to content

Commit b1790cd

Browse files
author
Stephan Wentz
committed
fix(deps): Upgrade to phpcs 4.0 and doctrine coding standard 14
1 parent 503a804 commit b1790cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
},
2020
"require": {
2121
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
22-
"doctrine/coding-standard": "^13.0",
22+
"doctrine/coding-standard": "^14.0",
2323
"slevomat/coding-standard": "^8.14",
24-
"squizlabs/php_codesniffer": "^3.9"
24+
"squizlabs/php_codesniffer": "^4.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^12.0.5"

0 commit comments

Comments
 (0)