Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-07-29 14:29:22 +0300
committerAleksander Machniak <alec@alec.pl>2016-07-29 14:29:22 +0300
commit90a6d717ec924e47f1b3318c40fdce6e976a53ab (patch)
tree42b75c02d5d413b9a73def4e890e462b20face49 /composer.json-dist
parent276ad83fc78b9e57e122b4c69f593605012d69c6 (diff)
Require PHP >= 5.4
Diffstat (limited to 'composer.json-dist')
-rw-r--r--composer.json-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json-dist b/composer.json-dist
index 33ae8e316..c25a1f726 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -21,7 +21,7 @@
}
],
"require": {
- "php": ">=5.3.7",
+ "php": ">=5.4.0",
"pear/pear-core-minimal": "~1.10.1",
"roundcube/plugin-installer": "~0.1.6",
"pear-pear.php.net/net_socket": "~1.0.12",