diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-20 10:06:11 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-20 10:06:11 +0100 |
commit | 8ea28cf38773df58268dafe61f13a654432dbfb1 (patch) | |
tree | 60dbc08e9b46f02c3aefaae88ff4a3cd24b2cbaa /composer.json | |
parent | 6f30034c9086f8511a595a0e3445bc28aea94da1 (diff) |
update to 2.0.0
rename to php-doctrine-annotations2
install in /usr/share/php/Doctrine/Common/Annotations2
switch to classmap autoloader
raise dependency on PHP 7.2
raise dependency on doctrine/lexer 2 or 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 e322d82..d1d3d8d 100644 --- a/composer.json +++ b/composer.json @@ -32,17 +32,17 @@ ], "homepage": "https://www.doctrine-project.org/projects/annotations.html", "require": { - "php": "^7.1 || ^8.0", + "php": "^7.2 || ^8.0", "ext-tokenizer": "*", - "doctrine/lexer": "^1 || ^2", + "doctrine/lexer": "^2 || ^3", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "doctrine/cache": "^2.0", + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/cache": "^5.4 || ^6", "vimeo/psalm": "^4.10" }, "suggest": { |