diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-07-15 12:13:51 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-07-15 12:13:51 +0200 |
commit | cf02a21415f346cd8eb5a33c60266b51c3e90623 (patch) | |
tree | 10972ed615923ce8dd33001d0ae95c813feb7a37 | |
parent | 3b049875ecbce16411dd55fdd12a7b470db84b30 (diff) | |
download | symfony-security-cf02a21415f346cd8eb5a33c60266b51c3e90623.zip symfony-security-cf02a21415f346cd8eb5a33c60266b51c3e90623.tar.gz symfony-security-cf02a21415f346cd8eb5a33c60266b51c3e90623.tar.bz2 |
Revert "raised the minimum version of PHP to 5.3.4 (closes #3856)"
This reverts commit 2dcc44897ef1ceec2721bbf616c4744131340657.
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index e994d71..17b3e15 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=5.3.4", + "php": ">=5.3.3", "symfony/event-dispatcher": "2.1.*", "symfony/http-foundation": "2.1.*", "symfony/http-kernel": "2.1.*" |