Fixed composer license syntax
This commit is contained in:
parent
07d00fc58e
commit
b9f596ec6f
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue