diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-12 08:53:25 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-12 08:53:25 +0100 |
| commit | 430173c2ea674e1f637580b0e8320921e8089da5 (patch) | |
| tree | 42c24d84aef693a3f02e97e53b1c3b6669b4fb24 /composer.json | |
| parent | 1e00a274eea879d5b2b002f05aafaf77bd770216 (diff) | |
re-license spec file to CECILL-2.1
raise dependency on PHP 8.4
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 179145e..2fc7724 100644 --- a/composer.json +++ b/composer.json @@ -16,17 +16,16 @@ } ], "require": { - "php": "^8.1" + "php": "^8.4" }, "require-dev": { "ext-phar": "*", "ext-pdo": "*", - "doctrine/coding-standard": "^11", + "doctrine/coding-standard": "^14", "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^5.4" + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^10.5.58" }, "autoload": { "psr-4": { |
