Skip to content

Commit b70dbe9

Browse files
committed
fix not used artifact for FullStackTest
1 parent b2171de commit b70dbe9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/FullStackTest/magento/composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"repositories": [
3+
{
4+
"type": "composer",
5+
"url": "http://packages.firegento.com"
6+
},
7+
{
8+
"type": "artifact",
9+
"url": "../artifact/"
10+
}
11+
],
212
"extra": {
313
"auto-append-gitignore": true,
414
"magento-force": "override",

0 commit comments

Comments
 (0)