Skip to content

Commit 7e5832b

Browse files
authored
Merge pull request #1 from php-etl/feature/refacto
Deleted classes that were similar + updated composer.json
2 parents 3a96451 + 34227cd commit 7e5832b

22 files changed

+1315
-1008
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "php-etl/magento2-flow",
33
"autoload": {
44
"psr-4": {
5-
"Kiboko\\Magento\\v2_3\\Extractor\\": "src/v2_3"
5+
"Kiboko\\Component\\Flow\\Magento2\\": "src/"
66
}
77
},
88
"autoload-dev": {
99
"psr-4": {
10-
"Tests\\Kiboko\\Magento\\V2\\Extractor\\": "tests/"
10+
"Tests\\Kiboko\\Component\\Flow\\Magento2\\": "tests/"
1111
}
1212
},
1313
"authors": [
@@ -20,10 +20,11 @@
2020
"php": "^8.1",
2121
"php-etl/pipeline-contracts": "^0.3.3",
2222
"psr/log": "^1.0",
23-
"php-etl/magento-v2-api-client": "^0.1.0",
2423
"nyholm/psr7": "^1.5",
2524
"php-etl/bucket": "^0.2.0",
26-
"php-http/guzzle7-adapter": "^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"
2728
},
2829
"minimum-stability": "dev",
2930
"prefer-stable": true,

0 commit comments

Comments
 (0)