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

Commit fb35b76

Browse files
committed
updated vendors
1 parent b1f1826 commit fb35b76

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

app/SymfonyRequirements.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,12 @@ function_exists('simplexml_import_dom'),
492492

493493
/* optional recommendations follow */
494494

495+
$this->addRecommendation(
496+
version_compare($installedPhpVersion, '5.3.4', '>='),
497+
sprintf('Your project might not work properly ("Notice: Trying to get property of non-object") due to the PHP bug #52083 before PHP 5.3.4 (%s installed)', $installedPhpVersion),
498+
'Install PHP 5.3.4 or newer'
499+
);
500+
495501
$this->addRecommendation(
496502
version_compare($installedPhpVersion, '5.3.8', '>='),
497503
sprintf('Annotations might not work properly due to the PHP bug #55156 before PHP 5.3.8 (%s installed)', $installedPhpVersion),

composer.lock

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

0 commit comments

Comments
 (0)