Added `version` to `composer.json`
In order for the Jetpack Autoloader to consistently apply a version to class files, we will define it in our plugin's `composer.json` file.
This commit is contained in:
parent
c1dcab5725
commit
3994c9ac4f
|
@ -2,6 +2,7 @@
|
|||
"name": "woocommerce/woocommerce",
|
||||
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
|
||||
"homepage": "https://woocommerce.com/",
|
||||
"version": "6.6.0",
|
||||
"type": "wordpress-plugin",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"prefer-stable": true,
|
||||
|
|
Loading…
Reference in New Issue