diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 7e35412..0b1e636 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "issues": "https://github.com/llaville/php-reflect/issues" }, "require": { - "php": "^7.1.3", + "php": "^7.1.3|^8.0", "ext-tokenizer": "*", "ext-pcre": "*", "ext-phar": "*", @@ -26,7 +26,7 @@ "symfony/console": "^4.4|^5.0", "symfony/stopwatch": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", - "phpdocumentor/reflection-docblock": "^4.3", + "phpdocumentor/reflection-docblock": "^4.3|^5.2", "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", "justinrainbow/json-schema": "^5.2", "seld/jsonlint": "^1.4", |