diff options
author | Alexis von Glasow <ashgenesis@gmail.com> | 2017-08-04 00:14:35 +0200 |
---|---|---|
committer | Alexis von Glasow <ashgenesis@gmail.com> | 2017-08-04 00:14:35 +0200 |
commit | 373bc8000871819a94fa2386efeff7039b15331f (patch) | |
tree | fe1c5cc8bb78848ef9b02c3ffdbfffe2dd60227d | |
parent | f684859d292b6927cd4248922f35f703c15bb316 (diff) | |
download | Mail-373bc8000871819a94fa2386efeff7039b15331f.zip Mail-373bc8000871819a94fa2386efeff7039b15331f.tar.gz Mail-373bc8000871819a94fa2386efeff7039b15331f.tar.bz2 |
chore(composer) add PHP version requirement
Define minimal supported version of PHP needed into composer.json
Address hoaproject/Central#70.
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 6c5ec36..fae0fa2 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "source": "https://central.hoa-project.net/Resource/Library/Mail" }, "require": { + "php" : ">=5.5.0", "hoa/consistency": "~1.0", "hoa/exception" : "~1.0", "hoa/mime" : "~3.0", |