laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
509 stars 75 forks source link

Add Symfony 5 component support #114

Closed svpernova09 closed 4 years ago

svpernova09 commented 4 years ago

Updated Symfony Components to support ^5.0 to resolve #113

driesvints commented 4 years ago

We need to revert this. Symfony 5 introduces breaking changes which we can't introduce in the current minor release. We've already updated the master branch with Symfony 5 support. You can use dev-master if you really need Symfony 5 support atm.

See https://github.com/laravel/browser-kit-testing/pull/111

driesvints commented 4 years ago

I've reverted this for now. The thing is that Symfony 5 doesn't work for the current stable Laravel 6.x version anyway. I'll comment on the issue as well.