summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-20 13:14:12 +0200
committerRemi Collet <remi@php.net>2022-09-20 13:14:12 +0200
commit525c74b6198a85211fb0ada1aed7baa331104a17 (patch)
tree5c3e1e381fe4efae021c39d173f4608e9e67d06a /composer.json
parent324a9fc9396fff11231bc25854ecf679b23ddcbe (diff)
update to 2.10.0
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index abd1869..9e5f58a 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,10 @@
"forum": "https://discourse.laminas.dev"
},
"config": {
- "sort-packages": true
+ "sort-packages": true,
+ "allow-plugins": {
+ "dealerdirect/phpcodesniffer-composer-installer": true
+ }
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
@@ -25,7 +28,7 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.2.1",
"laminas/laminas-mail": "^2.12",
- "phpunit/phpunit": "^9.3"
+ "phpunit/phpunit": "^9.5"
},
"suggest": {
"laminas/laminas-mail": "Laminas\\Mail component"