From db6feef68bdbb43ba4ca95af33fe7ea1f8eee2c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Apr 2017 12:28:42 +0200 Subject: v9.1.3 --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 2bce0b2..9dcb29a 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "iamcal/lib_autolink": "~1.7", "phpmailer/phpmailer": "~5.2", "sabre/vobject": "~3.4", - "simplepie/simplepie": "~1.4.0", + "simplepie/simplepie": "^1.5", "tecnickcom/tcpdf": "~6.2", "zendframework/zend-cache": "~2.4.0", "zendframework/zend-i18n": "~2.4.0", @@ -35,7 +35,8 @@ "true/punycode": "^2.1" }, "require-dev": { - "guzzlehttp/guzzle": "~5" + "guzzlehttp/guzzle": "~5", + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.0" }, "suggest": { "ext-ldap": "Used ot provide LDAP authentication and synchronization", -- cgit