You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we can't remove PSR-14 requirement because Griffin\Runner\Runner::up and Griffin\Runner\Runner::down methods use Griffin\Runner\Runner::getEventDispatcher internally and it was defined with a typed return.
Griffin has a direct dependency to
psr/event-dispatcher
.But we really need it? Can we run Griffin without PSR-14 installs even using
Griffin\Event\DispatcherAwareTrait
?How to test it?
If it works, change docs.
Also, suggests PSR-14 via Composer.
The text was updated successfully, but these errors were encountered: