Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from M6Web/feature/phpcs_v1
Browse files Browse the repository at this point in the history
Fix PHP_CodeSniffer version to 1.0
  • Loading branch information
mikaelrandy committed Jul 16, 2015
2 parents d3dee7c + d4a1939 commit 9750fc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
composer.lock
vendor/
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"source": "https://github.com/M6Web/Symfony2-coding-standard",
"issues": "https://github.com/M6Web/Symfony2-coding-standard/issues"
},
"require": {
"squizlabs/php_codesniffer": "~1.0"
},
"suggest": {
"squizlabs/php_codesniffer": "PHP CodeSniffer",
"m6web/coke": "PHP CodeSniffer configurator"
Expand Down

0 comments on commit 9750fc1

Please sign in to comment.