Added requires for updtodate versions of the child modules

This commit is contained in:
naomi 2021-12-10 12:22:29 +00:00
parent f16f5ada4d
commit 3ba5b67660
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
{
"name": "autonomic/woocommerce",
"type": "wordpress-plugin"
"type": "wordpress-plugin",
"requires": {
"woocommerce/action-scheduler": "^3.4.0",
"woocommerce/woocommerce-admin": "^2.9.1",
"woocommerce/woocommerce-blocks": "^6.5.0"
}
}