Skip to content

Commit d0681ea

Browse files
committed
add scandipwa for sample magento 2.4.4
1 parent b2ed815 commit d0681ea

File tree

16 files changed

+27479
-1017
lines changed

16 files changed

+27479
-1017
lines changed

sample-packages/magento-2.4.4/composer.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
},
2222
"version": "2.4.4",
2323
"require": {
24-
"magento/product-community-edition": "2.4.4",
2524
"magento/composer-dependency-version-audit-plugin": "~0.1",
26-
"magento/composer-root-update-plugin": "~2.0"
25+
"magento/composer-root-update-plugin": "~2.0",
26+
"magento/product-community-edition": "2.4.4",
27+
"scandipwa/sample-data": "^1.2",
28+
"scandipwa/scandipwa": "^0.0.1"
2729
},
2830
"autoload": {
2931
"exclude-from-classmap": [
@@ -76,12 +78,16 @@
7678
},
7779
"minimum-stability": "stable",
7880
"prefer-stable": true,
79-
"repositories": [
80-
{
81+
"repositories": {
82+
"scandipwa": {
83+
"type": "path",
84+
"url": "./scandipwa"
85+
},
86+
"0": {
8187
"type": "composer",
8288
"url": "https://repo.magento.com/"
8389
}
84-
],
90+
},
8591
"extra": {
8692
"magento-force": "override",
8793
"magento-deploy-ignore": {
@@ -90,4 +96,4 @@
9096
]
9197
}
9298
}
93-
}
99+
}

0 commit comments

Comments
 (0)