From 8781728a2a34c8007a0a678eba035a01f0c86890 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 30 Jan 2024 11:02:49 -0500 Subject: [PATCH] fix(info.xml) Prevent installation in 32-bit environments Since a dependency (used for IPv6 handling) requires a 64-bit environment, prevent this app from being installed in 32-bit environments in order to avoid Composer's `php-64bit` enforcement from kicking in and triggering nextcloud/server#43157. While `php-64bit` has always been place, Composer only recently started enforcing it in composer/composer#11334 apparently so this wasn't a problem until now. This fix provides a proper preventative measure we can control until when/if this app is okay for 32-bit environments. Signed-off-by: Josh --- appinfo/info.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/appinfo/info.xml b/appinfo/info.xml index 9ca04ada..70f06fcb 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -21,6 +21,7 @@ https://github.com/ChristophWurst/suspicious_login.git +