I am using laravel 5.8.
I am getting an exception in file /var/www/html/admin/vendor/nesbot/carbon/src/Carbon/Traits/Units.php
at line
// @call addRealUnit
case 'minute':
$value *= static::SECONDS_PER_MINUTE;
break;
I am using AWS server.
I am trying to run composer update
but I am getting this error :
[Composer\Downloader\TransportException]
The "https://repo.packagist.org/packages.json" file could not be downloaded: failed to op
en stream: Connection timed out