diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-09 07:13:21 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-09 07:13:21 +0100 |
| commit | 9afcae3875cbba8a653416c5ccacdefea5ff4bcb (patch) | |
| tree | 975383d86474b3949140a8c61388b4060b338799 /composer.json | |
| parent | fb4039825eddffbbdc9e8240b2d8102e266c9b7c (diff) | |
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 8 |
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" |
