Skip to content

Commit 0fe5e01

Browse files
authored
Loosen codesniffer reqs (#26)
* Loosen codesniffer reqs * Make 3.5.5 the min * Require dev squizlabs/php_codesniffer
1 parent ff6076a commit 0fe5e01

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"drupal/coder": "^8.3.12",
2222
"pear/console_table": "^1.3",
2323
"phpcompatibility/php-compatibility": "^9.3",
24-
"phpunit/phpunit": "^8.5 || ^9.3"
24+
"phpunit/phpunit": "^8.5 || ^9.3",
25+
"squizlabs/php_codesniffer": "^3.5.8"
2526
},
2627
"autoload": {
2728
"psr-4": {
@@ -39,8 +40,5 @@
3940
"*": "dist"
4041
},
4142
"sort-packages": true
42-
},
43-
"conflict": {
44-
"squizlabs/php_codesniffer": "<3.5.8"
4543
}
4644
}

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)