From 3e6c4dd14a5a443391b32de2481932efd585cc12 Mon Sep 17 00:00:00 2001 From: Christopher Allford Date: Fri, 24 Jul 2020 11:18:56 -0700 Subject: [PATCH] Updated WooCommerce Admin to 1.4.0-beta.1 The official PR for 1.4.0-beta.2 will be arriving next week and so I've included the first beta here in order to complete the autoloader update. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c07fc24c60..769f0202e1a 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "maxmind-db/reader": "1.6.0", "pelago/emogrifier": "^3.1", "woocommerce/action-scheduler": "3.1.6", - "woocommerce/woocommerce-admin": "1.3.1", + "woocommerce/woocommerce-admin": "1.4.0-beta.1", "woocommerce/woocommerce-blocks": "3.0.0", "woocommerce/woocommerce-rest-api": "1.0.10" },