Skip to content

Commit

Permalink
0.0.2: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Oct 25, 2020
1 parent e34be23 commit f1d7fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ protected function configure() {$this->setName('tfc:image')->setDescription('Pro
*/
protected function p() {
df_google_init_service_account();
$this->output()->writeln(__METHOD__);
$this->output()->writeln(df_dump(scandir(df_product_images_path())));
}
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tradefurniturecompany/image"
,"version": "0.0.1"
,"version": "0.0.2"
,"description": "A custom image processing module for tradefurniturecompany.co.uk (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/tradefurniturecompany/image"
Expand All @@ -11,7 +11,7 @@
,"homepage": "https://mage2.pro/users/dmitry_fedyuk"
,"role": "Developer"
}]
,"require": {"mage2pro/core": ">=7.0.0"}
,"require": {"google/cloud-vision": "*", "mage2pro/core": ">=7.0.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"TFC\\Image\\": ""}}
,"keywords": [
"eCommerce"
Expand Down

0 comments on commit f1d7fca

Please sign in to comment.