From 5d74d5e40066d7827dc2973039b3110075588ec3 Mon Sep 17 00:00:00 2001 From: Alexander Zinovev Date: Tue, 5 Nov 2019 12:28:18 +0100 Subject: [PATCH] Update dev dependencies. Use latest version of Klarna Api Theme. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7432861..2f737c3 100644 --- a/composer.json +++ b/composer.json @@ -31,8 +31,8 @@ "phploc/phploc": "2.0.*", "sebastian/phpcpd": "2.0.*", "php-coveralls/php-coveralls": "^2.1", - "apigen/apigen": "4.0.*", - "klarna/apigen-theme": "~2.0" + "apigen/apigen": "4.1.*", + "klarna/apigen-theme": "2.1.0" }, "scripts": { "test": "vendor/bin/phpunit --colors",