diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-21 09:14:08 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-21 09:14:08 +0100 |
commit | 4088601850e952b5828da3b5e27abdc4b29b00c8 (patch) | |
tree | 2b05674700260c4b89578dc158e9d2320e9d40da /composer.json | |
parent | 6a044136271dd5e08ae2f27c8e5e82fa1277061f (diff) |
raise dependency on PHP 8.1
switch to phpunit10
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 9c24411..6b487a4 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "config": { "sort-packages": true, "platform": { - "php": "8.0.99" + "php": "8.1.99" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true @@ -27,14 +27,14 @@ "extra": { }, "require": { - "php": "~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0" }, "require-dev": { - "laminas/laminas-coding-standard": "^2.4.0", - "phpbench/phpbench": "^1.2.7", - "phpunit/phpunit": "^9.5.26", - "psalm/plugin-phpunit": "^0.18.0", - "vimeo/psalm": "^5.0.0" + "laminas/laminas-coding-standard": "^2.5", + "phpbench/phpbench": "^1.2.9", + "phpunit/phpunit": "^10.0.16", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8" }, "autoload": { "psr-4": { |