summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-16 10:20:11 +0100
committerRemi Collet <remi@php.net>2022-11-16 10:20:11 +0100
commit077c028a9b14f814d62cce174c0c939408b30a91 (patch)
treebfe8a0cee55f33fb6a0feb6921abb45735f52537 /composer.json
parentdeff79e467fb05e641e37dea35f41ee6c45f9f7c (diff)
update to 3.4.0 (no change)HEADmaster
raise dependency on PHP 8.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json12
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": {