diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-16 10:20:11 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-16 10:20:11 +0100 |
commit | 077c028a9b14f814d62cce174c0c939408b30a91 (patch) | |
tree | bfe8a0cee55f33fb6a0feb6921abb45735f52537 /composer.json | |
parent | deff79e467fb05e641e37dea35f41ee6c45f9f7c (diff) |
raise dependency on PHP 8.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.json b/composer.json index ea7fc5a..c9a6770 100644 --- a/composer.json +++ b/composer.json @@ -20,20 +20,20 @@ "config": { "sort-packages": true, "platform": { - "php": "7.4.99" + "php": "8.0.99" }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "require": { - "php": "^7.4 || ~8.0.0 || ~8.1.0" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "phpunit/phpunit": "^9.5.21", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.24.0" + "laminas/laminas-coding-standard": "~2.4.0", + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "vimeo/psalm": "^4.29.0" }, "autoload": { "psr-4": { |