From 2f5ebc34ffca56a6ea519525078feeffe88a2df4 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Wed, 24 Jan 2018 14:13:45 -0200 Subject: [PATCH] Fixed composer license syntax --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a876a81879c..a0fc4757ab1 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "An eCommerce toolkit that helps you sell anything. Beautifully.", "homepage": "https://woocommerce.com/", "type": "wordpress-plugin", - "license": "GPL-2.0+", + "license": "GPL-3.0-or-later", "require": { "composer/installers": "~1.2" },