Hi everyone,
I'm currently working on upgrading our project's dependencies and noticed that this bundle still limits phpdocumentor/reflection-docblock to version ^5.2 and phpdocumentor/type-resolver to ^1.6.1.
These constraints are currently causing dependency conflicts with other modern packages in our stack that have already moved to the next major versions.
Feature Request: Could you please update the Package to support this Versions?
phpdocumentor/reflection-docblock: ^6.0
phpdocumentor/type-resolver: ^2.0
To ensure long-term compatibility with the PHP 8.2/8.3+ ecosystem and to avoid "locked" dependencies when using this bundle alongside other modern libraries (like PHPUnit 10+ or latest static analysis tools like PHPStan) that require these newer reflections.
It would be great if the constraints could be widened (e.g., ^5.2 || ^6 and ^1.6.1 || ^2) to maintain backward compatibility while allowing the use of newer versions.
Thanks in advance for looking into this!
Hi everyone,
I'm currently working on upgrading our project's dependencies and noticed that this bundle still limits phpdocumentor/reflection-docblock to version ^5.2 and phpdocumentor/type-resolver to ^1.6.1.
These constraints are currently causing dependency conflicts with other modern packages in our stack that have already moved to the next major versions.
Feature Request: Could you please update the Package to support this Versions?
phpdocumentor/reflection-docblock: ^6.0
phpdocumentor/type-resolver: ^2.0
To ensure long-term compatibility with the PHP 8.2/8.3+ ecosystem and to avoid "locked" dependencies when using this bundle alongside other modern libraries (like PHPUnit 10+ or latest static analysis tools like PHPStan) that require these newer reflections.
It would be great if the constraints could be widened (e.g., ^5.2 || ^6 and ^1.6.1 || ^2) to maintain backward compatibility while allowing the use of newer versions.
Thanks in advance for looking into this!