From 0423d27a46163ee4e188bdcd077d61bfb109dbc5 Mon Sep 17 00:00:00 2001 From: Femke Petter <59446484+femkepetter@users.noreply.github.com> Date: Mon, 29 Aug 2022 15:06:56 +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 44e201d..89df387 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "msp/module-notifier-admin-push-adapter", "description": "Admin push notification for MSP Notifier", "require": { - "php": "^7.0|^7.1|^7.2", + "php": "^7.0|^7.1|^7.2|^8.1", "magento/magento2-base": "^2.2|^2.3", "msp/module-notifier": "^0.1", "msp/module-notifier-admin-push-adapter-api": "^0.1",