theseer / phpdox

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
http://phpdox.de
Other
601 stars 121 forks source link

Composer : phpunit (10) VS phpdox (php-timer ^5.0 -> ^5.0 |^6.0) #429

Open pugelarouge opened 2 months ago

pugelarouge commented 2 months ago

Hello Arne,

I would like to bump my Composer-dev stack to use phpunit 10 (and soon 11), at the moment this is blocked by phpdox as it requires php-timer ^5.0 - however phpunit 10 wants php-timer ^6.0.

Would it be possible to bump this requirement in phpdox ?

theseer commented 2 months ago

Not sure, phpdox is not really being actively maintained these days I'm afraid.

Tools should not be installed via composer. Use the phar for phpunit as well as phpdox and your problem is gone.