Skip to content

Commit 5c4fa33

Browse files
committed
Merge pull request #19 from tanakahisateru/remove-version-restriction
Remove PHP_CodeSniffer version restriction for #16
2 parents 2b884f9 + e35b0f5 commit 5c4fa33

File tree

2 files changed

+1
-93
lines changed

2 files changed

+1
-93
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
},
5050
"require": {
5151
"php": ">=5.4.0",
52-
"squizlabs/php_codesniffer": "1.*"
52+
"squizlabs/php_codesniffer": "*"
5353
}
5454
}

composer.lock

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)