symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.91k stars 213 forks source link

Allow Symfony 7.0 #604

Closed kbond closed 8 months ago

Chris53897 commented 8 months ago

Maybe it is time to bump minimum version from 5.3 to 5.4 (LTS)? Maybe in an seperate PR. https://symfony.com/releases

dunglas commented 8 months ago

LGTM but we need to make Psalm happy before merging. Maybe should we run the workflow with Symfony 7?

kbond commented 8 months ago

Maybe should we run the workflow with Symfony 7?

I did this - CI's happy now.

dunglas commented 8 months ago

Thank you!