Skip to content

Commit

Permalink
Merge pull request #11 from stof/patch-1
Browse files Browse the repository at this point in the history
Add an explicit dependency to PHP_CodeSniffer
  • Loading branch information
guilhermeblanco committed Dec 17, 2014
2 parents 8697b9a + 1ff47d9 commit 51b3b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
}
],
"require": {
"php": "~5.3"
"php": "~5.3",
"squizlabs/php_codesniffer": "~1.5"
},
"require-dev": {
"phpunit/phpunit": "~4.2",
"squizlabs/php_codesniffer": "dev-master"
"phpunit/phpunit": "~4.2"
},
"target-dir": "ObjectCalisthenics",
"autoload": {
Expand Down

0 comments on commit 51b3b42

Please sign in to comment.