summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-12 16:41:30 +0200
committerRemi Collet <remi@php.net>2022-07-12 16:41:30 +0200
commit36a4775719486b9b9a24933271296202e2c7399b (patch)
treec5474467a8f81454cafb21d75f1a1984b566f079 /composer.json
parentfa5caaf6fee4f63c404dc9d04177f731c375ae2f (diff)
update to 2.13.0
raise dependency to laminas-stdlib 3.10.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 11 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index ef05667..ab2d368 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,13 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
- "sort-packages": true
+ "sort-packages": true,
+ "platform": {
+ "php": "7.4.99"
+ },
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
},
"extra": {
"laminas": {
@@ -27,7 +33,7 @@
"require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0",
"ext-json": "*",
- "laminas/laminas-stdlib": "^3.6.2"
+ "laminas/laminas-stdlib": "^3.10.1"
},
"require-dev": {
"laminas/laminas-cache": "^3.1.2",
@@ -35,11 +41,11 @@
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-config": "^3.7.0",
"laminas/laminas-filter": "^2.13.0",
- "laminas/laminas-servicemanager": "^3.10.0",
+ "laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-view": "^2.15.0",
- "phpunit/phpunit": "^9.5.10",
+ "phpunit/phpunit": "^9.5.21",
"psalm/plugin-phpunit": "^0.16.1",
- "vimeo/psalm": "^4.15.0"
+ "vimeo/psalm": "^4.24.0"
},
"suggest": {
"laminas/laminas-cache": "Laminas\\Cache component to support cache features",