diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-14 15:17:14 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-14 15:17:14 +0100 |
commit | 9f3c9696e7b02f759b92597a5e36b9802277c0f4 (patch) | |
tree | d4a06ee405044fc44ed32b90d45c2a232dba1945 /composer.json | |
parent | 5abdba36a095626d819846aa2ac0985d8a702278 (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 6cbe551..8bd5a23 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ "forum": "https://discourse.laminas.dev/" }, "require": { - "php": ">=7.4, <8.2" + "php": "~8.0.0 || ~8.1.0 || ~8.2.0" }, "require-dev": { - "phpunit/phpunit": "^9.5.14", - "psalm/plugin-phpunit": "^0.15.2", - "squizlabs/php_codesniffer": "^3.6.2", - "vimeo/psalm": "^4.21.0" + "phpunit/phpunit": "^9.5.26", + "psalm/plugin-phpunit": "^0.18.0", + "squizlabs/php_codesniffer": "^3.7.1", + "vimeo/psalm": "^4.29.0" }, "autoload": { "files": [ @@ -51,7 +51,7 @@ "config": { "sort-packages": true, "platform": { - "php": "7.4.99" + "php": "8.0.99" } }, "scripts": { |