From 65ccc102f6af41feb089e7188eb551814617aec3 Mon Sep 17 00:00:00 2001 From: Bobby Allen Date: Fri, 9 Feb 2018 12:22:35 +0000 Subject: [PATCH] Updated license type to comply with the latest Composer/Packagist schema changes --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 833b812..93f7ddb 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A PHP library to query aerodrome METAR information.", "type": "library", "keywords": ["METAR", "weather", "api", "pilots", "flightsim", "ICAO", "ivao", "noaa", "vatsim"], - "license": "GPLv3", + "license": "GPL-3.0-or-later", "authors": [ { "name": "Bobby Allen",