phpDocumentor / ReflectionDocBlock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP 8.1 support

divinity76 opened this issue · comments

8.1 support would be nice.
quoting composer.json

"require": {
        "php": "^7.2 || ^8.0",

and quoting composer why-not php 8.1:

root@75cee9b6f638:/var/www# composer why-not php 8.1
Info from https://repo.packagist.org: #StandWithUkraine
phpdocumentor/reflection-docblock 3.3.2   requires php (^5.6 || ^7.0) 
(...)
root@75cee9b6f638:/var/www# composer why phpdocumentor/reflection-docblock -t
phpdocumentor/reflection-docblock 3.3.2 With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.
├──googleads/googleads-php-lib 25.4.0 (requires phpdocumentor/reflection-docblock ^3.0.3)
│  └──__root__ dev-develop (requires googleads/googleads-php-lib ^25.1)
(...)

PHP 8.1 support provided only for 5.x versions

oh didn't notice, thanks.