Skip to content

Commit

Permalink
Use a packaged release of the code sniffer.
Browse files Browse the repository at this point in the history
Don't use dev-master, its not very nice.
  • Loading branch information
markstory committed Jul 14, 2016
1 parent be86aa9 commit 33f702f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,7 +30,7 @@
},
"require-dev": {
"phpunit/phpunit": "*",
"cakephp/cakephp-codesniffer": "dev-master"
"cakephp/cakephp-codesniffer": "~2.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 33f702f

Please sign in to comment.