Skip to content

Commit dd4300d

Browse files
authored
Merge branch '1.7' into fix/configuration-and-payment-process
2 parents 900eadb + 73ddb8a commit dd4300d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"php": "^8.1",
99
"doctrine/doctrine-migrations-bundle": "^3.0",
1010
"php-http/discovery": "^1.17",
11-
"phpseclib/phpseclib": "^2.0",
11+
"phpseclib/phpseclib": "^3.0",
1212
"psr/http-client": "^1.0",
1313
"psr/http-client-implementation": "~1.0",
1414
"psr/http-factory-implementation": "~1.0",

spec/Downloader/SftpPayoutsReportDownloaderSpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
namespace spec\Sylius\PayPalPlugin\Downloader;
1515

1616
use Payum\Core\Model\GatewayConfigInterface;
17-
use phpseclib\Net\SFTP;
17+
use phpseclib3\Net\SFTP;
1818
use PhpSpec\ObjectBehavior;
1919
use Sylius\Component\Core\Model\PaymentMethodInterface;
2020
use Sylius\PayPalPlugin\Downloader\PayoutsReportDownloaderInterface;

src/Downloader/SftpPayoutsReportDownloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace Sylius\PayPalPlugin\Downloader;
1515

16-
use phpseclib\Net\SFTP;
16+
use phpseclib3\Net\SFTP;
1717
use Sylius\Bundle\PayumBundle\Model\GatewayConfigInterface;
1818
use Sylius\Component\Core\Model\PaymentMethodInterface;
1919
use Sylius\PayPalPlugin\Exception\PayPalReportDownloadException;

0 commit comments

Comments
 (0)