event-dispatcher icon indicating copy to clipboard operation
event-dispatcher copied to clipboard

Downgrade Attribute\AsEventListener to PHP 7.4

Open phpfui opened this issue 2 years ago • 1 comments

Attribute\AsEventListener is an 8.0 file. It is barfing in my project dependencies for 7.4. Downgraded it to 7.4 compatible code.

phpfui avatar May 10 '22 02:05 phpfui

Thanks for your pull request! We love contributions.

However, this repository is what we call a "subtree split": a read-only copy of one directory of the main Symfony repository. It is used by Composer to allow developers to depend on specific Symfony components.

If you want to contribute, you should instead open a pull request on the main repository:

https://github.com/symfony/symfony

Thank you for your contribution!

PS: if you haven't already, please add tests, and beware that bug fixes should be submitted on the lowest maintained branch where they apply.

symfony-bot[bot] avatar May 10 '22 02:05 symfony-bot[bot]