Skip to content

Commit

Permalink
Adding GrumPHP
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Aug 3, 2016
1 parent 8657986 commit d5583e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -23,7 +23,9 @@
"require-dev": {
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "~3.2",
"asgardcms/page-module": "~2.0"
"asgardcms/page-module": "~2.0",
"phpro/grumphp": "^0.9.1",
"friendsofphp/php-cs-fixer": "^1.11"
},
"autoload": {
"psr-4": {
Expand Down
11 changes: 11 additions & 0 deletions grumphp.yml
@@ -0,0 +1,11 @@
parameters:
git_dir: .
bin_dir: vendor/bin
stop_on_failure: true
tasks:
phpcsfixer:
config_file: .php_cs
composer:
file: ./composer.json
jsonlint:
ignore_patterns: []

0 comments on commit d5583e4

Please sign in to comment.