Upgrade grumphp to 1.0
So tests can be run in parallel
This commit is contained in:
parent
1d5a81ad8c
commit
22bcbbb9ae
3 changed files with 1113 additions and 229 deletions
|
@ -42,7 +42,7 @@
|
|||
"ergebnis/composer-normalize": "^2.6",
|
||||
"insite/composer-dangling-locked-deps": "^0.2.0",
|
||||
"php-mock/php-mock-mockery": "^1.3",
|
||||
"phpro/grumphp": "^0.18.0",
|
||||
"phpro/grumphp": "^1.0",
|
||||
"phpstan/phpstan": "^0.12.25",
|
||||
"phpunit/phpunit": "^8.4",
|
||||
"sensiolabs/security-checker": "^6.0",
|
||||
|
|
1334
composer.lock
generated
1334
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,8 +1,10 @@
|
|||
---
|
||||
parameters:
|
||||
grumphp:
|
||||
extensions:
|
||||
- ComposerDanglingLockedDeps\GrumPHP\Loader
|
||||
ascii: ~
|
||||
ascii:
|
||||
succeeded: ~
|
||||
failed: ~
|
||||
tasks:
|
||||
jsonlint: ~
|
||||
xmllint: ~
|
||||
|
|
Loading…
Reference in a new issue