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 +}