diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-28 12:28:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-28 12:28:42 +0200 |
commit | db6feef68bdbb43ba4ca95af33fe7ea1f8eee2c5 (patch) | |
tree | 2b9003a2aa8d3331e5e802cf9864ca6f74d4cae7 /composer.json | |
parent | 0848d1a802f115ace5260ea5c03d7d8b9d803661 (diff) |
v9.1.3
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
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", |