Skip to content

Commit 3bdbfa2

Browse files
authored
chore(deps): require squizlabs/php_codesniffer v3.8 (#123)
1 parent 82fc714 commit 3bdbfa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"require": {
1717
"php": "^8.1",
1818
"doctrine/coding-standard": "^12.0",
19-
"slevomat/coding-standard": "^8.12"
19+
"slevomat/coding-standard": "^8.12",
20+
"squizlabs/php_codesniffer": "^3.8"
2021
},
2122
"require-dev": {
2223
"phpstan/extension-installer": "^1.2",

0 commit comments

Comments
 (0)