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

Commit 5bd76ae

Browse files
committed
raised the minimum version of PHP
1 parent c0a5d5c commit 5bd76ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/SymfonyRequirements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public function getPhpIniConfigPath()
376376
*/
377377
class SymfonyRequirements extends RequirementCollection
378378
{
379-
const REQUIRED_PHP_VERSION = '5.3.3';
379+
const REQUIRED_PHP_VERSION = '5.3.4';
380380

381381
/**
382382
* Constructor that initializes the requirements.

0 commit comments

Comments
 (0)