From a90db93e3048bbbd6a15bd1c1b324ec4bb7d60cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20San=20Miguel=20Garc=C3=ADa?= Date: Tue, 13 Jun 2023 12:24:00 -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 0481fff..284f89d 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.1" + "elabx/processwire-alpinejs": "^0.0.2" } }