From 7d7482fc2b9e3179f39a80687cbecb6401f20937 Mon Sep 17 00:00:00 2001 From: Peter Jaap Blaakmeer Date: Thu, 9 Jun 2022 16:53:58 +0200 Subject: [PATCH] Loosened PHP version constraints for PHP 7.4 and PHP 8.x --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d4eafb7..3413c81 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "juashyam/authenticator", "description": "Magento 2 Backend 2FA implementation", "require": { - "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0", + "php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0", "magento/framework": "^100.1.0|101.0.*|^102.0.0" }, "type": "magento2-module", @@ -18,4 +18,4 @@ "Neyamtux\\Authenticator\\": "" } } -} \ No newline at end of file +}