Skip to content

Commit 1bd55e8

Browse files
author
Miguel López
committed
Update minimun version accepted of Prestashop
1 parent d2288fb commit 1bd55e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrestashopWebServiceLibrary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class PrestashopWebServiceLibrary
2222
protected $version;
2323

2424
/** @var array compatible versions of PrestaShop Webservice */
25-
const psCompatibleVersionsMin = '1.4.0.0';
25+
const psCompatibleVersionsMin = '1.6.0.0';
2626
const psCompatibleVersionsMax = '1.7.99.99';
2727

2828
/**

0 commit comments

Comments
 (0)