diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 3d9a189..3a50be0 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,14 @@ "name": "zetacomponents/base", "type": "library", "require-dev": { - "phpunit/phpunit": "~8.0", - "zetacomponents/unit-test": "*" + "phpunit/phpunit": "~9.0", + "phpunit/php-invoker": "^2.0|^3.1", + "zetacomponents/unit-test": "~1.2.3", + "zetacomponents/coding-standard": "dev-main" + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } } } |