Skip to content

Commit

Permalink
Unified support for Magento 2.0 and 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Horn committed Feb 17, 2017
1 parent 1ddcef1 commit 43769bc
Show file tree
Hide file tree
Showing 2 changed files with 672 additions and 346 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": "The Force Login module for Magento2 redirects a storefront visitor to the Magento2 Frontend login page, if the visitor is not logged in. It is possible to configure the whitelisted urls to add custom definitions.",
"type": "magento2-module",
"minimum-stability": "stable",
"version": "1.2.4",
"version": "1.3.0",
"license": "Apache-2.0",
"authors": [
{
Expand All @@ -19,7 +19,7 @@
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-customer": "100.1.*"
"magento/module-customer": "~100.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.3",
Expand Down
Loading

0 comments on commit 43769bc

Please sign in to comment.