summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-23 09:10:02 +0100
committerRemi Collet <remi@php.net>2022-02-23 09:10:02 +0100
commit76a58ebb3582f387028c1096b4c8865b7d099138 (patch)
treeb958a91d144bc978c3a99000a5d19618e6c2c75e /composer.json
parent1a2b463d661e4b75fdebac3016a4906acaac347b (diff)
update to 1.5.0
raise dependency on PHP 7.4
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 3f7af11..6cbe551 100644
--- a/composer.json
+++ b/composer.json
@@ -15,13 +15,13 @@
"forum": "https://discourse.laminas.dev/"
},
"require": {
- "php": "^7.3 || ~8.0.0 || ~8.1.0"
+ "php": ">=7.4, <8.2"
},
"require-dev": {
- "phpunit/phpunit": "^9.3",
- "psalm/plugin-phpunit": "^0.15.1",
- "squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "^4.6"
+ "phpunit/phpunit": "^9.5.14",
+ "psalm/plugin-phpunit": "^0.15.2",
+ "squizlabs/php_codesniffer": "^3.6.2",
+ "vimeo/psalm": "^4.21.0"
},
"autoload": {
"files": [
@@ -49,7 +49,10 @@
}
},
"config": {
- "sort-packages": true
+ "sort-packages": true,
+ "platform": {
+ "php": "7.4.99"
+ }
},
"scripts": {
"cs-check": "phpcs",