From 5d51901c76ff5e57f2cc6447c4beee320e95cd73 Mon Sep 17 00:00:00 2001 From: Deus Kane Date: Thu, 23 Jun 2022 15:26:03 +0100 Subject: [PATCH] feat: update to latest version of api models and jsonld client --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f51f14c..294d5ab 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "symfony/http-kernel": "^4.0|^5.0", "symfony/config": "^4.0|^5.0", "symfony/cache": "^4.0|^5.0", - "bookboon/jsonld-client": "^2.0", - "bookboon/api-models-php": "^1.1", + "bookboon/jsonld-client": "^2.4", + "bookboon/api-models-php": "^1.2", "bookboon/oauth2-client-php": "^1.0" }, "require-dev": {