diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-23 14:31:51 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-23 14:31:51 +0100 |
commit | 8f74af8ddcf852a2cb2abbd82e6d5c45ed613ee4 (patch) | |
tree | 14d4e8f1174e471a9550cd626fa3f371799f127e /composer.json | |
parent | f13996b09ae50ad9a505372432a26c9189220e86 (diff) |
raise dependency on PHP 7.4
raise dependency on nikic/php-parser 5.3
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/composer.json b/composer.json index f1c648e..8047c49 100644 --- a/composer.json +++ b/composer.json @@ -3,17 +3,17 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "license": "MIT", "require": { - "php": "^7.2 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "doctrine/annotations": "^2.0", - "nikic/php-parser": "^4.15", + "nikic/php-parser": "^5.3.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.5", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9.6", "symfony/process": "^5.2" }, "config": { |