From bb20803356c25f2980ee766a60b4879b1d019514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Fri, 28 Sep 2018 16:32:10 +0200 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47b5fb9..4a2da32 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "geo6/php-gdal-wrapper", "description": "PHP Library to use GDAL functions", "type": "library", - "license": "GPL-3.0", + "license": "GPL-3.0-or-later", "autoload": { "psr-4": { "Geo6\\GDAL\\": "src/"