From cecd2d44094a2f5d1502127eb089181ca7ca7272 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Mon, 27 Sep 2021 11:12:49 +0200 Subject: [PATCH] Uses bol.com API v4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f546c07..bce0a33 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "homepage": "https://www.reachdigital.nl/" } ], - "description": "Package to talk to the bol.com v3 API.", + "description": "Package to talk to the bol.com v4 API.", "license": "Apache-2.0", "require": { "guzzlehttp/guzzle": "~6.0",