change php compat to 5.4

This commit is contained in:
Manuel Raynaud
2013-05-15 14:51:45 +02:00
parent b1abcc7e58
commit 079168c0f2
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
"wiki" : "http://thelia.net/wiki" "wiki" : "http://thelia.net/wiki"
}, },
"require":{ "require":{
"php": ">=5.3.7", "php": ">=5.4",
"ezyang/htmlpurifier": "dev-master", "ezyang/htmlpurifier": "dev-master",
"ircmaxell/password-compat": "dev-master", "ircmaxell/password-compat": "dev-master",
"propel/propel1" : "1.6.*", "propel/propel1" : "1.6.*",