diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-02 15:41:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-02 15:41:15 +0100 |
commit | 1f06cc3fa21d9f89c61be2bace7e74afdd9d36e9 (patch) | |
tree | c0cd50ab6c4e2ae8521c1e42df50c1525d02c886 /composer.json | |
parent | 34ef3ec14caa544563b498b0f25cf0ac10ea444b (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index f192ddc..3174317 100644 --- a/composer.json +++ b/composer.json @@ -32,8 +32,9 @@ "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.4.0", + "laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-servicemanager": "^3.19", + "phpbench/phpbench": "^1.2", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.0", "vimeo/psalm": "^5.0" |