laravel-dusk-firefox icon indicating copy to clipboard operation
laravel-dusk-firefox copied to clipboard

Allow installing alongside laravel/dusk 7.x

Open derekmd opened this issue 3 years ago • 0 comments

Closes https://github.com/derekmd/laravel-dusk-firefox/issues/22

Shouldn't be any breaking changes (for now) so this package won't need a new major version.

Apps that configured this package using php artisan dusk:install-firefox --with-chrome and wish to upgrade to "laravel/dusk" 7.x may need to starting calling php artisan dusk:chrome-driver in CI since the Chromedriver binaries are no longer pulled down using Composer/Packagist.

derekmd avatar Sep 13 '22 00:09 derekmd