beyondcode / dusk-dashboard

A beautiful dashboard for your Laravel Dusk tests
https://pociot.dev/8-introducing-laravel-dusk-dashboard
MIT License
558 stars 62 forks source link

What about Laravel 7.3 support? #65

Closed coffebar closed 4 years ago

coffebar commented 4 years ago

required ^7.0

can't install on 7.3

benhuang1024 commented 4 years ago

No official update, I fork a branch, you can try

composer require benhuang1024/dusk-dashboard:dev-master --dev
coffebar commented 4 years ago

@benhuang1024 , your fork is can be installed, but it seems broken Selection_096

benhuang1024 commented 4 years ago

@benhuang1024 , your fork is can be installed, but it seems broken Selection_096

Sorry, I forgot to update the remote package using use Yosymfony \ ResourceWatcher \ Crc32ContentHash; Trying now

einkinder commented 4 years ago

I would also like to install with Laravel 7.3