Skip to content

Commit

Permalink
merged branch Tobion/php-version (PR symfony#327)
Browse files Browse the repository at this point in the history
Commits
-------

e5f337f raise required PHP version to 5.3.3

Discussion
----------

raise required PHP version to 5.3.3

closes symfony/symfony#2985
fixes symfony/symfony#4176
  • Loading branch information
fabpot committed May 7, 2012
2 parents fa760c5 + e5f337f commit eb35c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/SymfonyRequirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public function getPhpIniConfigPath()
*/
class SymfonyRequirements extends RequirementCollection
{
const REQUIRED_PHP_VERSION = '5.3.2';
const REQUIRED_PHP_VERSION = '5.3.3';

/**
* Constructor that initializes the requirements.
Expand Down

0 comments on commit eb35c65

Please sign in to comment.