From 7a0a11839fafbfd762298c87ef441c77b2f7a2fe Mon Sep 17 00:00:00 2001 From: Viktor Date: Mon, 22 Jan 2024 12:33:55 +0200 Subject: [PATCH] allow PHP 8.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2d7f314..6156b56 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "vendic/hyva-checkout-postcode-nl-format", "description": "Adds a validation to the Hyvä checkout for the Dutch postcode format. Validates if the format is 1234AB", "require": { - "php": "~8.1.0", + "php": "~8.1.0|~8.2.0", "hyva-themes/magento2-hyva-checkout": "^1.1" }, "type": "magento2-module",