Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit dc910dc

Browse files
committed
Updated PHP_CodeSniffer requirement
Apparently, if a project relies on a newer version of PHP_CodeSniffer, Diff Sniffer may not work since it will use its own bundled version. Therefore, I have to keep the bundled version up to date.
1 parent 2818aac commit dc910dc

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
@@ -11,7 +11,7 @@
1111
"require": {
1212
"jean85/pretty-package-versions": "^1.0.3",
1313
"morozov/bootstrap": "^1.1",
14-
"squizlabs/php_codesniffer": "^3.1",
14+
"squizlabs/php_codesniffer": "^3.3",
1515
"php": "^7.1"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)