Skip to content

Commit 4d9fd80

Browse files
Trying to fix the Prestashop Library problem
1 parent e6a0722 commit 4d9fd80

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@
1313
"Protechstudio\\PrestashopWebService\\": "src/"
1414
}
1515
},
16+
"repositories": [
17+
{
18+
"type": "git",
19+
"url": "https://github.com/Silentscripter/PrestaShop-webservice-lib",
20+
"reference": "master"
21+
}
22+
],
1623
"require": {
17-
"prestashop/prestashop-webservice-lib": "dev-master#efa5a1b3de471a6a37a4be2ff75147e9e5fea010"
24+
"prestashop/prestashop-webservice-lib": "dev-master"
1825
}
1926
}

0 commit comments

Comments
 (0)