consolidation / robo

Modern task runner for PHP
http://robo.li
Other
2.67k stars 304 forks source link

Fix "symfony/event-dispatcher" dependency in branch 5.* #1166

Closed deadbublik closed 1 month ago

deadbublik commented 3 months ago

Could you fix the "symfony/event-dispatcher" dependency for 6.*? This line: https://github.com/consolidation/robo/blob/5.0.0/composer.json#L34

Expected behavior

"symfony/event-dispatcher": "^6 || ^7"

Actual behavior

"symfony/event-dispatcher": "6 || ^7"

P.S. And please create a new tag (5.0.1?) 🙏

prudloff-insite commented 1 month ago

I created a PR to fix this: https://github.com/consolidation/robo/pull/1169

greg-1-anderson commented 1 month ago

Fixed in 5.1.0. Thank for the PR.