Estou tentando instalar o projeto que foi fornecido no Zip, mas, ao dar o composer install ele retorna erro;
Generating optimized autoload files
Deprecation Notice: Class Egulias\EmailValidator\Exception\ExpectedQPair located in D:/xampp/htdocs/curso-e2e/vendor/egulias/email-validator/EmailValidator\Exception\ExpectingQPair.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi
In DuskServiceProvider.php line 44:
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1
E os outros comandos o VSCode da um alerta
PS D:\xampp\htdocs\curso-e2e> php artisan key:generate
In DuskServiceProvider.php line 44:
It is unsafe to run Dusk in production.
PS D:\xampp\htdocs\curso-e2e> php artisan migrate
In DuskServiceProvider.php line 44:
It is unsafe to run Dusk in production.
PS D:\xampp\htdocs\curso-e2e> php artisan serve --port=8080
In DuskServiceProvider.php line 44:
It is unsafe to run Dusk in production.