diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-13 15:07:53 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-13 15:07:53 +0100 |
commit | 21f9849bd7b174e35960b7117d7051c6db7ca153 (patch) | |
tree | de9270ed6f7da41f070b54658d42cf168c88683a /composer.json | |
parent | 78624e64bb39f61e73e4361733b66c511d29ebfb (diff) |
update to 1.14.1
allow doctrine/lexer v2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index b4dfbd3..e322d82 100644 --- a/composer.json +++ b/composer.json @@ -34,17 +34,20 @@ "require": { "php": "^7.1 || ^8.0", "ext-tokenizer": "*", - "doctrine/lexer": "1.*", + "doctrine/lexer": "^1 || ^2", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^6.0 || ^8.1", - "phpstan/phpstan": "^1.4.10 || ^1.8.0", - "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", - "symfony/cache": "^4.4 || ^5.2", + "doctrine/coding-standard": "^9 || ^10", + "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "symfony/cache": "^4.4 || ^5.4 || ^6", "vimeo/psalm": "^4.10" }, + "suggest": { + "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" + }, "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |