diff options
author | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-07 10:29:08 +0200 |
---|---|---|
committer | Fabien Potencier <fabien.potencier@gmail.com> | 2012-05-07 10:29:11 +0200 |
commit | 2aa8c9e7601d837c984fb46c2ecb9d1cb653f31e (patch) | |
tree | 6ebe15edd4e606c5c74a0f4b6ff080b448811cff | |
parent | f616ba69d57b5bef63cd1ec1ced2a3c13d98bb87 (diff) | |
download | symfony-security-2aa8c9e7601d837c984fb46c2ecb9d1cb653f31e.zip symfony-security-2aa8c9e7601d837c984fb46c2ecb9d1cb653f31e.tar.gz symfony-security-2aa8c9e7601d837c984fb46c2ecb9d1cb653f31e.tar.bz2 |
updated minimum PHP version to 5.3.3
5.3.3 has some interesting fixes and this is the version used by
Redhat 6 and Debian 6
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 8619b57..915ccbf 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=5.3.2", + "php": ">=5.3.3", "symfony/event-dispatcher": "2.1.*", "symfony/http-foundation": "2.1.*", "symfony/http-kernel": "2.1.*" |