From b2c4b88fb990b06e0304719723b19c3baa835312 Mon Sep 17 00:00:00 2001 From: Tjitse Date: Fri, 3 Nov 2023 15:56:19 +0100 Subject: [PATCH] Mention that we do not support php 7.4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffffa9f..bd790b7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ https://github.com/Vendic/hyva-checkout-google-address-autocomplete/assets/14849 ## Installation +**This extension currently only supports PHP 8.1**, while the Hyvä checkout is also compatible with PHP 7.4. Feel free to create a pull request if you want PHP 7.4 support. ```bash composer require vendic/hyva-checkout-google-address-autocomplete ```