Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit eb0681c

Browse files
committed
updated vendors
1 parent b815a2f commit eb0681c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

app/SymfonyRequirements.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,11 @@ public function __construct()
429429
);
430430

431431
if (version_compare($installedPhpVersion, self::REQUIRED_PHP_VERSION, '>=')) {
432-
$this->addRequirement(
433-
(in_array(date_default_timezone_get(), DateTimeZone::listIdentifiers())),
434-
sprintf('Default timezone is deprecated (%s)', date_default_timezone_get()),
435-
'Fix your <strong>php.ini</strong> file (list of deprecated timezones http://us.php.net/manual/en/timezones.others.php).'
436-
);
432+
$this->addRequirement(
433+
(in_array(date_default_timezone_get(), DateTimeZone::listIdentifiers())),
434+
sprintf('Default timezone "%s" is not supported by your installation of PHP', date_default_timezone_get()),
435+
'Fix your <strong>php.ini</strong> file (check for typos and have a look at the list of deprecated timezones http://php.net/manual/en/timezones.others.php).'
436+
);
437437
}
438438

439439
$this->addRequirement(

composer.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)