aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2015-02-04 21:14:01 +0100
committerAndreas Fischer <bantu@phpbb.com>2015-02-04 21:14:01 +0100
commite4064ca839a6053bdb3f01fd4215f5e4d088a2f5 (patch)
tree93d9aa03493fc667f26bce8cf5a2c4e488ba8b7d /phpBB/common.php
parent3267c6a61ad88bf96d6f0159dcb565ded4704e82 (diff)
parente323c7c23aabcd9914d2a2572e43430e00ced421 (diff)
downloadforums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar
forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar.gz
forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar.bz2
forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.tar.xz
forums-e4064ca839a6053bdb3f01fd4215f5e4d088a2f5.zip
Merge pull request #3207 from Nicofuma/ticket/13407
[ticket/13407] Update Symfony to 2.7.*@dev * Nicofuma/ticket/13407: [ticket/13407] Update composer.lock file [ticket/13407] Bump minimal version to php 5.3.9 [ticket/13407] Introduce a request_stack service [ticket/13407] Remove the last occurence of pattern in routing files [ticket/13407] Update Symfony to 2.7.*@dev
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index e6c2352113..e819c75efc 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -12,7 +12,7 @@
*/
/**
-* Minimum Requirement: PHP 5.3.3
+* Minimum Requirement: PHP 5.3.9
*/
if (!defined('IN_PHPBB'))