From adfde84eb1c181ac8262605fa2df6919dc1ccc6d Mon Sep 17 00:00:00 2001 From: Linus Metzler Date: Thu, 11 Oct 2018 10:28:54 +0200 Subject: [PATCH] Update deprecated license identifier As per https://spdx.org/licenses/GPL-3.0+.html --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0cf8fd7..edcd5b3 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "name" : "Potsky" } ], - "license" : "GPL-3.0+", + "license" : "GPL-3.0", "require" : { "illuminate/support" : "5.5.*", "friendsofphp/php-cs-fixer" : "^2.6",