set execution right // no more troubles
change composer required PHP version from 5.4 to 5.3
This commit is contained in:
2
composer.json
Normal file → Executable file
2
composer.json
Normal file → Executable 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.*",
|
||||
|
||||
Reference in New Issue
Block a user