Jason Coward

Results 160 comments of Jason Coward

Is there any chance this will get merged into a deployable branch via composer soon? Even if it is not stable, I need support for psr/container ^2. Without it, I...

@mnapoli — this isn't a solution, as v7 seems to require PHP 8. I need a version of PHP-DI that will work with psr/container 2.0.x at PHP 7.2+. Is there...

Same issue with composer update on a clean clone with PHP 8.1. Something is obviously wrong, as you can see from the messages that the required version of proxy-manager does...

To clarify, I am attempting to fork PHP-DI so I can use 6.x with psr/container 2.x versions, as I have several projects that need this support and I cannot wait...

Is there some way to exclude the proxy-manager dependency and still develop for PHP-DI on PHP 8.1?

Is proxy-manager not needed then? Where is it used?

If I remove proxy-manager, the unit tests seem to need a complete overhaul in various places. This is why I'm stuck. I'd be happy to work on that with a...

> We don't want to get rid of proxy-manager, that would break some existing features. Then how do you run the tests for 8.1? It doesn't seem like the maintainer...

> Please don't assume I am responsible for solving your problems, even if I own this GitHub repository. This is open-source, you are free to work on it. > >...