Skip to content

Commit ba1d2d9

Browse files
authored
Merge pull request #2 from php-etl/feature/lookup
Created lookup for Category, Collection and Family
2 parents 3b06593 + b665a81 commit ba1d2d9

File tree

4 files changed

+924
-128
lines changed

4 files changed

+924
-128
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
"psr/log": "^1.0",
2323
"nyholm/psr7": "^1.5",
2424
"php-etl/bucket": "^0.2.0",
25-
"php-etl/magento2-api-client": "^0.1.0"
25+
"php-etl/magento2-api-client": "^0.1.0",
26+
"psr/simple-cache": "^3.0",
27+
"php-etl/mapping-contracts": "^0.2.0"
2628
},
2729
"minimum-stability": "dev",
2830
"prefer-stable": true,

0 commit comments

Comments
 (0)