diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 119f977..6421c2a 100644 --- a/composer.json +++ b/composer.json @@ -21,10 +21,8 @@ "masterminds/html5": "~2.7.0", "endroid/qr-code": "~1.6.5", "guzzlehttp/guzzle": "^6.5.5", - "kolab/net_ldap3": "~1.1.1" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6 || ^7" + "kolab/net_ldap3": "~1.1.1", + "symfony/polyfill-intl-idn": "1.19.0" }, "suggest": { "bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver" |