Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 26, 2022
1 parent a0251bb commit e79ffa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Please read **[3 simple facts](https://mage2.pro/t/topic/4242)** about the Braz
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/moip:*
composer require mage2pro/moip:* --ignore-platform-req=php
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
Expand All @@ -68,7 +68,7 @@ bin/magento maintenance:enable
composer remove mage2pro/moip
rm -f composer.lock
composer clear-cache
composer require mage2pro/moip:*
composer require mage2pro/moip:* --ignore-platform-req=php
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
Expand Down

0 comments on commit e79ffa5

Please sign in to comment.