Skip to content
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

EventDispatcherInterface not found #149

Open
CreaDisc opened this issue Dec 5, 2019 · 0 comments
Open

EventDispatcherInterface not found #149

CreaDisc opened this issue Dec 5, 2019 · 0 comments

Comments

@CreaDisc
Copy link

CreaDisc commented Dec 5, 2019

Hey,

I get the following error when I try the code provided by the Read Me:

Warning: 
require_once(/Users/creadisc/GIT/test/Psr/EventDispatcher/EventDispatcherInterface.php):
failed to open stream:
No such file or directory in /Users/creadisc/GIT/test/index.php on line 6

Fatal error: require_once():
Failed opening required 
'/Users/creadisc/GIT/test/Psr/EventDispatcher/EventDispatcherInterface.php' 
(include_path='.:/usr/local/Cellar/php@7.2/7.2.20/share/php@7.2/pear') in 
/Users/creadisc/GIT/test/index.php on line 6

This error occurs as soon as I instantiate a StateMachine object.
When I check the /vendor folder I cannot find any element named Psr/EventDispatcher/EventDispatcherInterface.php. There are EventDispatcherInterface files related to Symphony but they reside in a different folder structure.
Btw: I'm on MacOS

Is this a bug? How can I fix this?

Thanks in advance
Adrian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant