summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-02-09 07:13:21 +0100
committerRemi Collet <remi@php.net>2026-02-09 07:13:21 +0100
commit9afcae3875cbba8a653416c5ccacdefea5ff4bcb (patch)
tree975383d86474b3949140a8c61388b4060b338799 /composer.json
parentfb4039825eddffbbdc9e8240b2d8102e266c9b7c (diff)
update to 1.1.6HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 91ba9e6..14a81cf 100644
--- a/composer.json
+++ b/composer.json
@@ -8,14 +8,14 @@
"php": "^7.1 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^9 || ^12 || ^13",
- "phpstan/phpstan": "1.4.10 || 2.1.11",
+ "doctrine/coding-standard": "^9 || ^12 || ^14",
+ "phpstan/phpstan": "1.4.10 || 2.1.30",
"phpstan/phpstan-phpunit": "^1.0 || ^2",
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0",
"psr/log": "^1 || ^2 || ^3"
},
"conflict": {
- "phpunit/phpunit": "<=7.5 || >=13"
+ "phpunit/phpunit": "<=7.5 || >=14"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"