fixed #477
This commit is contained in:
@ -91,7 +91,7 @@ class Versions
|
||||
{
|
||||
$latest = '0.0.0';
|
||||
|
||||
$response = static::getRemote($url, ['timeout' => 1, 'referer' => true]);
|
||||
$response = static::getRemote($url, ['timeout' => 10, 'referer' => true]);
|
||||
|
||||
// Exception
|
||||
if ($response instanceof RequestException) {
|
||||
|
Reference in New Issue
Block a user