phpunit-pretty-result-printer
phpunit-pretty-result-printer copied to clipboard
Added Laravel 9 compatibility
trafficstars
What is the purpose of this pull request? (put an "X" next to item)
[ ] Documentation update [ ] Bug fix [ ] New feature [X] Other, please explain: Laravel 9 compatibility
What changes did you make? (Give an overview)
- Added
symfony/yaml:^6.0as it conflicts with other version required in Laravel 9.
Is there anything you'd like reviewers to focus on?
- Testing if the added required version doesn't bring breaking changes.