From be820179ded65c557cd0040f068b016032f87eb5 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Thu, 8 Feb 2018 22:23:17 +0100 Subject: [PATCH] Add guzzle6-adapter to fullfill requirements of the header-replay-bundle and fix spdx license format. --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1b0317c..78f5ff9 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "leaflet" ], "type": "contao-bundle", - "license": "LGPL-3.0+", + "license": "LGPL-3.0-or-later", "authors": [ { "name": "David Molineus", @@ -30,7 +30,8 @@ }, "require-dev": { "contao/manager-plugin": "^2.0", - "phpcq/all-tasks": "^1.2" + "phpcq/all-tasks": "^1.2", + "php-http/guzzle6-adapter": "^1.1" }, "suggest": { "netzmacht/contao-leaflet-maps": "Leaflet Maps for Contao"