From 5c6585d74297a843df4cedfe47b22a045b15a4e8 Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Tue, 30 Jan 2018 19:28:40 +0000 Subject: [PATCH] Fix license --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6855cab..57500ee 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "This library handles various UK postcode related tasks such as address lookup by postcode, postcode validation, generation of valid UK postcodes and getting a postcode's outward and inward codes.", "keywords": ["postcodes", "PHP", "PHP library", "PHP postcodes library", "PHP postcodes"], "homepage": "https://github.com/rapidwebltd/php-postcodes", - "license": "LGPL3", + "license": "LGPL-3.0-only", "require": { "php": ">=5.5.9", "guzzlehttp/guzzle": "~6.0",