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

Commit 7e7a613

Browse files
committed
updated VENDORS for 2.2.5
1 parent 281cced commit 7e7a613

File tree

3 files changed

+78
-404
lines changed

3 files changed

+78
-404
lines changed

app/SymfonyRequirements.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,12 @@ function_exists('simplexml_import_dom'),
554554
'Your project might not work properly due to the PHP bug #61453 ("Cannot dump definitions which have method calls"). Install PHP 5.4.1 or newer.'
555555
);
556556

557+
$this->addRecommendation(
558+
version_compare($installedPhpVersion, '5.4.11', '>='),
559+
'When using the logout handler from the Symfony Security Component, you should have at least PHP 5.4.11 due to PHP bug #63379 (as a workaround, you can also set invalidate_session to false in the security logout handler configuration)',
560+
'Install PHP 5.4.11 or newer if your project the logout handler from the Symfony Security Component.'
561+
);
562+
557563
if (null !== $pcreVersion) {
558564
$this->addRecommendation(
559565
$pcreVersion >= 8.0,

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"config": {
3939
"bin-dir": "bin"
4040
},
41-
"minimum-stability": "alpha",
4241
"extra": {
4342
"symfony-app-dir": "app",
4443
"symfony-web-dir": "web",

0 commit comments

Comments
 (0)