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

Fix PHP_CodeSniffer version to 1.0 #8

Merged
merged 1 commit into from
Jul 16, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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