Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 7, 2022
1 parent f5114c2 commit 5b5d24d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "tradefurniturecompany/image"
,"version": "0.0.7"
,"version": "0.0.8"
,"description": "A custom image processing module for tradefurniturecompany.co.uk (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/tradefurniturecompany/image"
,"license": "MIT"
,"authors": [{
"name": "Dmitry Fedyuk"
"name": "Dmitrii Fediuk"
,"email": "admin@mage2.pro"
,"homepage": "https://mage2.pro/users/dmitry_fedyuk"
,"homepage": "https://www.upwork.com/fl/mage2pro"
,"role": "Developer"
}]
,"require": {"google/cloud-vision": "*", "mage2pro/core": ">=7.0.9"}
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer2 require --ignore-platform-reqs --no-plugins tradefurniturecompany/image:*
composer update
composer update # https://mage2.pro/t/6327/2
rm -rf var/di var/generation generated/*
bin/magento setup:upgrade
bin/magento cache:enable
Expand Down Expand Up @@ -41,7 +41,7 @@ composer remove tradefurniturecompany/image
rm -rf composer.lock
composer clear-cache
composer2 require --ignore-platform-reqs --no-plugins tradefurniturecompany/image:*
composer update
composer update # https://mage2.pro/t/6327/2
rm -rf var/di var/generation generated/*
bin/magento setup:upgrade
bin/magento cache:enable
Expand Down

0 comments on commit 5b5d24d

Please sign in to comment.