Skip to content

Commit 5c4fa33

Browse files
committedApr 3, 2015
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

+1-1
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

-92
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.