From 684e78566b9dc36c372f57cea1160e2d4a18b974 Mon Sep 17 00:00:00 2001 From: Henk Valk Date: Mon, 23 Jun 2025 15:06:51 +0200 Subject: [PATCH] imp: magewirephp/magewire is required Magewire is a required package. Requiring in the composer.json will install it also when it's not already installed --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index cbd83ca..5b87544 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ ], "require": { "magento/framework": "^100.1|^101.0|^102.0|^103.0", + "magewirephp/magewire": "*", "zero1/pos-theme": "^2.1.1", "zero1/pos-pay-card": "^2.0.1", "zero1/pos-pay-cash": "^2.0.2",