thephpleague / oauth1-client

OAuth 1 Client
MIT License
968 stars 73 forks source link

Class 'Symfony\Component\EventDispatcher\Event' not found #103

Closed IftekherSunny closed 4 years ago

IftekherSunny commented 4 years ago

Hey,

Event class not found when I'm using oauth1-client with my laravel project.

I was trying to install 4.* version of event dispatcher. But it created conflict with laravel project.

So do oauth1-client only works with event dispatcher 5?

kasparasg commented 4 years ago

I've seen this issue as well the other day. Happy to make a contribution if someone gave pointers on how to go about this 🤔

kasparasg commented 4 years ago

Looks like this change fixes the problem https://github.com/thephpleague/oauth1-client/pull/101

bencorlett commented 4 years ago

This should be resolved in 1.8.0 :)