minkphp / MinkBrowserKitDriver

Symfony2 BrowserKit driver for Mink framework
MIT License
550 stars 80 forks source link

Add a CI job using the HttpBrowser of BrowserKit and HttpClient #159

Closed stof closed 2 years ago

stof commented 2 years ago

This BrowserKit implementation is the successor of Goutte (Goutte 4.x is only extending that class under the Goutte\Client name without any change). This makes sure we support it.

The new dependencies are not added as dev requirements for now due to the min PHP version (Symfony 4.4 requires PHP 7.1+). This will change once support for those old versions is dropped.