Fixed composer license syntax

This commit is contained in:
Claudio Sanches 2018-01-24 14:13:45 -02:00
parent a8957bd7a3
commit 2f5ebc34ff
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.", "description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
"homepage": "https://woocommerce.com/", "homepage": "https://woocommerce.com/",
"type": "wordpress-plugin", "type": "wordpress-plugin",
"license": "GPL-2.0+", "license": "GPL-3.0-or-later",
"require": { "require": {
"composer/installers": "~1.2" "composer/installers": "~1.2"
}, },