We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b581fd7 commit f4d1bafCopy full SHA for f4d1baf
composer.json
@@ -21,7 +21,9 @@
21
"psr/log": "1.0.0"
22
},
23
"require-dev": {
24
- "phpunit/phpunit": "3.7.*"
+ "phpunit/phpunit": "3.7.*",
25
+ "phpro/grumphp": "^0.9.1",
26
+ "squizlabs/php_codesniffer": "^2.6"
27
28
"autoload": {
29
"psr-4": {
grumphp.yml
@@ -0,0 +1,11 @@
1
+parameters:
2
+ git_dir: .
3
+ bin_dir: vendor/bin
4
+ tasks:
5
+ phpcs:
6
+ standard: 'PSR2'
7
+ show_warnings: false
8
+ tab_width: ~
9
+ ignore_patterns: ['vendor/*']
10
+ sniffs: []
11
+ triggered_by: [php]
0 commit comments