Skip to content

Commit

Permalink
Enable PHPSpec in GrumPHP.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 4, 2019
1 parent 0ff1ff7 commit 0a4587a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
},
"sort-packages": true
},
"extra": {
"grumphp": {
"config-default-path": "vendor/drupol/php-conventions/config/php7/grumphp.yml"
}
},
"autoload": {
"psr-4": {
"drupol\\phptree\\": "src/"
Expand Down
9 changes: 9 additions & 0 deletions grumphp.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
imports:
- { resource: vendor/drupol/php-conventions/config/php7/grumphp.yml }

parameters:
extensions:
- drupol\PhpConventions\GrumphpTasksExtension
extra_tasks:
phpspec:
verbose: true

0 comments on commit 0a4587a

Please sign in to comment.