-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Composer dependency missing #16
Comments
Hi, sorry for not seeing your issue before! In the readme I suggest installing I suppose you are using Behat, so you don't really need PSR-7 implementation in fact. I will see to remove controllers from container when no PSR-7 implementation is available. WDYT? |
Hi @Kocal - no issue at all. That's right I'm implementing with Behat and have no need for the controllers so I think that sounds like a good solution to just remove that dependency requirement unless Cypress is being used. |
That will be fixed by #20 |
I needed to add a dependency manually:
composer req --dev psr/http-factory
Otherwise the error appears:
This should be added to composer dependencies.
Nice package, thank you!
The text was updated successfully, but these errors were encountered: