From 606a18677d4ad232b66970033fa0a978c73d5b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20San=20Miguel=20Garc=C3=ADa?= Date: Wed, 6 Sep 2023 11:47:35 -0600 Subject: [PATCH] update AlpineJS version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0fea685..c44e7f4 100644 --- a/composer.json +++ b/composer.json @@ -16,6 +16,6 @@ "wireframe-framework/processwire-composer-installer": "^1.1", "php": ">=7.3", "rlanvin/php-rrule": "^2.3", - "elabx/processwire-alpinejs": "^0.0.3" + "elabx/processwire-alpinejs": "^0.0.4" } }