Skip to content

Commit

Permalink
Version error for require
Browse files Browse the repository at this point in the history
  • Loading branch information
Rus0 authored Aug 6, 2020
1 parent 77a94e1 commit 24e33ee
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 @@ -3,7 +3,7 @@
"description": "Adds enable disable switch for the Two-factor Authorization",
"type": "magento2-module",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"authors": [
{
"name": "Rus0",
Expand All @@ -13,7 +13,7 @@
],
"minimum-stability": "dev",
"require": {
"magento/module-two-factor-auth": "^1.0.*"
"magento/module-two-factor-auth": "1.0.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 24e33ee

Please sign in to comment.