Skip to content

Commit

Permalink
1.2.6: #10
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 4, 2023
1 parent 469a224 commit dc86301
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/color"
,"version": "1.2.5"
,"version": "1.2.6"
,"description": "A product image color categorization module for Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/color"
Expand All @@ -11,7 +11,12 @@
,"homepage": "https://upwork.com/fl/mage2pro"
,"role": "Developer"
}]
,"require": {"google/cloud-vision": "<1.3", "google/common-protos": "<4", "mage2pro/core": ">=9.9.8"}
,"require": {
"google/cloud-vision": "<1.3",
"google/common-protos": "<4",
"google/longrunning": "<0.2",
"mage2pro/core": ">=9.9.8"
}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Color\\": ""}}
,"keywords": [
"eCommerce"
Expand Down

0 comments on commit dc86301

Please sign in to comment.