diff options
| author | Hidde Boomsma | 2013-05-13 07:02:38 +0000 |
|---|---|---|
| committer | Robert Treat | 2017-10-30 22:31:50 +0000 |
| commit | c637bd614c5dcdc40a3fd3a6a19402f2e2b2ec7e (patch) | |
| tree | 784f55ade816a482b93a29a56bbf1a09dff34b2f | |
| parent | b1b69b3e1f5215658472252e37769058e4786b9b (diff) | |
set required php version to 5.0
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index cf41eaa4..d25bfc18 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "Application", "license": "GPL-2.0+", "require": { - "php": ">=5.3" + "php": ">=5.0" }, "minimum-stability": "stable", "autoload": { |
