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 cf22ac5..5c3800b 100644 --- a/composer.json +++ b/composer.json @@ -15,14 +15,15 @@ "ext-zlib": "*", "psr/log": "~1.0", - "robrichards/xmlseclibs": "^3.0", + "robrichards/xmlseclibs": "^3.0.4", "webmozart/assert": "^1.4" }, "require-dev": { + "simplesamlphp/simplesamlphp-test-framework": "0.0.11", "squizlabs/php_codesniffer": "~3.2", + "phpunit/phpunit": "~5.7", "phpmd/phpmd": "~2.6", "sensiolabs/security-checker": "~4.1", - "phpunit/phpunit": "~4", "sebastian/phpcpd": "~2.0", "mockery/mockery": "~0.9" }, |