-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from firegento/develop
develop
- Loading branch information
Showing
5 changed files
with
78 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ Missing your country? Please open a pull request with the necessary configuratio | |
|
||
Requirements | ||
------------ | ||
- PHP >= 5.6 | ||
- Magento >= 2.0.12 | ||
- PHP >= 7.1 | ||
- Magento >= 2.2.* | ||
|
||
Installation | ||
------------ | ||
|
@@ -33,8 +33,7 @@ Installation | |
Please go to the Magento2 root directory and run the following commands in the shell: | ||
|
||
``` | ||
composer config repositories.firegento_magesetup vcs [email protected]:firegento/firegento-magesetup2.git | ||
composer require firegento/magesetup2:dev-develop | ||
composer require firegento/magesetup2 | ||
bin/magento module:enable FireGento_MageSetup | ||
bin/magento setup:upgrade | ||
bin/magento magesetup:setup:run <countrycode> | ||
|
@@ -65,6 +64,12 @@ FireGento Team | |
* Website: [http://firegento.com](http://firegento.com) | ||
* Twitter: [@firegento](https://twitter.com/firegento) | ||
|
||
Maintainer | ||
---------- | ||
* @sprankhub | ||
* @frostblogNet | ||
* @Schrank | ||
|
||
Licence | ||
------- | ||
[GNU General Public License, version 3 (GPLv3)](http://opensource.org/licenses/gpl-3.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters