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>2020-09-23 12:00:57 +0300
committerAleksander Machniak <alec@alec.pl>2020-09-23 12:00:57 +0300
commit1cc9d4f566c911662fba51b93aafc8b58d60a1f5 (patch)
tree3ffa6f949ba13c3736e8ccc60fb52f7ed363f663 /composer.json-dist
parentf0084b6f54cf3945f238abc1154d3c85bce5567f (diff)
Bump minimum PHP version to 5.5, bump guzzle version (#7616)
Diffstat (limited to 'composer.json-dist')
-rw-r--r--composer.json-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json-dist b/composer.json-dist
index 0d3dc8bfa..253f21be1 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -9,7 +9,7 @@
}
],
"require": {
- "php": ">=5.4.0",
+ "php": ">=5.5.0",
"pear/pear-core-minimal": "~1.10.1",
"pear/auth_sasl": "~1.1.0",
"pear/net_idna2": "~0.2.0",
@@ -20,7 +20,7 @@
"roundcube/plugin-installer": "~0.1.6",
"masterminds/html5": "~2.5.0",
"endroid/qr-code": "~1.6.5",
- "guzzlehttp/guzzle": "^5.3.3"
+ "guzzlehttp/guzzle": "^6.5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6 || ^7"