From c3c901daa7d5a64ca674c121ccc035a68cd95617 Mon Sep 17 00:00:00 2001 From: Femke Petter <59446484+femkepetter@users.noreply.github.com> Date: Mon, 29 Aug 2022 15:00:20 +0200 Subject: [PATCH] update composer.json for php 8.1 compatibilty --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fff584b..078b548 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "msp/module-notifier-api", "description": "Multiple channel notifier engine for Magento 2 API", "require": { - "php": "^7.0|^7.1|^7.2" + "php": "^7.0|^7.1|^7.2|^8.1" }, "authors": [ {