I am using version 3.0.37 and it gives me an error when trying to install
r
composer require phpmailer/phpmaile
The error is the following
[RuntimeException]
The `url` supplied for the path (./resources/plugins/laravel-page-speed) repository does not exist
require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>]...
Hi Jesus,
As a workaround, could you please open the composer.json file then remove this part? We will fix the issue soon.
,
{
"type": "path",
"url": "./resources/plugins/laravel-page-speed"
}
Thanks with that it allowed me to install phpmailr
Glad it worked
Thanks