mikeerickson / phpunit-pretty-result-printer

PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
MIT License
1.2k stars 71 forks source link

Support Symfony 6 and Laravel 9 #178

Open patricksamson opened 2 years ago

patricksamson commented 2 years ago

What is the purpose of this pull request? (put an "X" next to item)

[ ] Documentation update [ ] Bug fix [ ] New feature [x] Other, please explain: Support newer framework versions

What changes did you make? (Give an overview) This package prevents the installation of Symfony 6 and Laravel 9 because of its symfony/yaml requirement. This PR bumps the supported versions without any changes because symfony/yaml v6 reports no significant changes on that package.

Which issue (if any) does this pull request address?

Is there anything you'd like reviewers to focus on?

arzurchris commented 1 year ago

I can see 2 more identical PRs here: #179 and #180 Could one of those be merged please? 😊

patrickomeara commented 1 year ago

I've been using this fork for over a year, it works well.