Skip to content

Commit 14b0db8

Browse files
authored
Merge pull request #14 from chadicus/develop
Update minimum requirment for squizlabs/php_codesniffer
2 parents e877151 + 6fb245d commit 14b0db8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

composer.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22
"name": "chadicus/coding-standard",
33
"description": "Chadicus Coding standard",
44
"keywords": ["phpcs", "coding", "standard"],
5-
"authors": [
6-
{
7-
"name": "Chad Gray",
8-
"email": "[email protected]",
9-
"role": "Developer"
10-
}
11-
],
125
"license": "MIT",
136
"require": {
14-
"squizlabs/php_codesniffer": "^2.0"
7+
"squizlabs/php_codesniffer": "^2.5"
158
}
169
}

0 commit comments

Comments
 (0)