set execution right // no more troubles

change composer required PHP version from 5.4 to 5.3
This commit is contained in:
Etienne Roudeix
2013-06-20 15:21:16 +02:00
parent 686cb0bff1
commit ad47ab7cac
2003 changed files with 1 additions and 1 deletions

2
composer.json Normal file → Executable file
View File

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