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.
2 parents b581fd7 + f4d1baf commit 988f63aCopy full SHA for 988f63a
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