diff options
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", |