Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap authored Mar 8, 2019
1 parent e03a55a commit f157cff
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "elgentos/frontend2fa",
"description": "Magento 2 Frontend 2FA implementation",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0",
"magento/magento-composer-installer": "*"
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0"
},
"suggest": {
"neyamtux/module-authenticator": "0.0.1"
Expand All @@ -19,13 +18,5 @@
"psr-4": {
"Elgentos\\Frontend2FA\\": ""
}
},
"extra": {
"map": [
[
"*",
"Elgentos/Frontend2FA"
]
]
}
}

0 comments on commit f157cff

Please sign in to comment.