Skip to content

Commit 06a3819

Browse files
committed
chore(version): change maximum version
1 parent e1d41dd commit 06a3819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSWebServiceLibrary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class PrestaShopWebservice
4747
/** @var string Minimal version of PrestaShop to use with this library */
4848
const psCompatibleVersionsMin = '1.4.0.0';
4949
/** @var string Maximal version of PrestaShop to use with this library */
50-
const psCompatibleVersionsMax = '8.2.0';
50+
const psCompatibleVersionsMax = '9.0.0';
5151

5252
/**
5353
* PrestaShopWebservice constructor. Throw an exception when CURL is not installed/activated

0 commit comments

Comments
 (0)