Skip to content

Commit

Permalink
Loosened PHP version constraints for PHP 7.4 and PHP 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap authored Jun 9, 2022
1 parent fd06434 commit 7d7482f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -18,4 +18,4 @@
"Neyamtux\\Authenticator\\": ""
}
}
}
}

0 comments on commit 7d7482f

Please sign in to comment.