Fixed composer license syntax

This commit is contained in:
Claudio Sanches 2018-01-24 14:13:45 -02:00
parent 18600e1d2f
commit f4755de848
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.",
"homepage": "https://woocommerce.com/",
"type": "wordpress-plugin",
"license": "GPL-2.0+",
"license": "GPL-3.0-or-later",
"require": {
"composer/installers": "~1.2"
},