mvdbos / php-spider

A configurable and extensible PHP web spider
MIT License
1.33k stars 233 forks source link

Revert to the legacy EventDispatcher #62

Closed mvdbos closed 5 years ago

mvdbos commented 5 years ago

Fortunately, the normal EventDispatcher from S4 also has BC support for the order of the arguments, so I will revert back to that. This way we can keep supporting Symfony 4 for now.

By the time S5 is released in November, this BC support will be dropped. Then I will have to swap the arguments and drop support for S3.