Added grumphp/phpunit
This commit is contained in:
parent
496f84faf7
commit
26f8036be3
|
@ -10,6 +10,7 @@
|
|||
"require": {},
|
||||
"require-dev": {
|
||||
"phpro/grumphp": "^0.11.5",
|
||||
"jakub-onderka/php-parallel-lint": "^0.9.2"
|
||||
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
||||
"phpunit/phpunit": "^6.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,3 +3,5 @@ parameters:
|
|||
bin_dir: vendor/bin
|
||||
tasks:
|
||||
phplint: ~
|
||||
phpunit:
|
||||
config_file: phpunit/phpunit.xml
|
||||
|
|
Loading…
Reference in New Issue