From 20dbcc455ec71f536cc99afe4e75269f5b421dfd Mon Sep 17 00:00:00 2001 From: Spomky Date: Tue, 11 Jun 2019 14:06:52 +0200 Subject: [PATCH] Deps fixed --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c9a538b..b518b49 100644 --- a/composer.json +++ b/composer.json @@ -20,11 +20,11 @@ } }, "require": { - "web-token/jwt-encryption": "^2.0", - "web-token/jwt-util-ecc": "^2.0" + "spomky-labs/aes-key-wrap": "^5.0", + "web-token/jwt-encryption": "^2.0" }, "require-dev": { - "phpunit/phpunit": "^7.0" + "phpunit/phpunit": "^8.0" }, "extra": { "branch-alias": {