summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2012-05-07 10:29:08 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2012-05-07 10:29:11 +0200
commit2aa8c9e7601d837c984fb46c2ecb9d1cb653f31e (patch)
tree6ebe15edd4e606c5c74a0f4b6ff080b448811cff
parentf616ba69d57b5bef63cd1ec1ced2a3c13d98bb87 (diff)
downloadsymfony-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.json2
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.*"