diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-03-30 20:41:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-03-30 20:41:49 -0400 |
commit | 19c0a35d89ae222ec73d61d163297ca7a907079d (patch) | |
tree | e7b03f16811d4d1134dd4ca45381d16dae555845 | |
parent | 6278d40eb38472a4dd219c0aa6175893bfdf91be (diff) | |
parent | e68b793b24bfb4107457fcb733098ac7680624d5 (diff) |
Merge pull-request #748
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 0ab8f511..8e78ab39 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "require" : { + "php": ">=5.3", "ext-mbstring" : "*", "fguillot/simple-validator" : "dev-master", "swiftmailer/swiftmailer" : "@stable", @@ -24,4 +25,4 @@ "require-dev" : { "symfony/stopwatch" : "~2.6" } -}
\ No newline at end of file +} |