File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ composer dump-autoload
4141
4242require __DIR__ . '/vendor/autoload.php';
4343
44- use Lazzard\FtpClient\Config\FtpConfig;
4544use Lazzard\FtpClient\Connection\FtpConnection;
4645use Lazzard\FtpClient\Connection\FtpSSLConnection;
47- use Lazzard\FtpClient\Exception\FtpClientException ;
46+ use Lazzard\FtpClient\Config\FtpConfig ;
4847use Lazzard\FtpClient\FtpClient;
48+ use Lazzard\FtpClient\Exception\FtpClientException;
4949
5050try {
5151 // create a regular FTP connection
@@ -274,11 +274,11 @@ $client->keepAlive();
274274| Version | Status | Last Release | PHP Version |
275275| ------------| ---------------| --------------| -------------|
276276| 1.0.x | EOL | [ v1.0.2] [ 7 ] | >= 5.5 |
277- | 1.4.x | Latest | [ v1.4.0 ] [ 9 ] | >= 5.6 |
277+ | 1.4.x | Latest | [ v1.4.1 ] [ 9 ] | >= 5.6 |
278278
279279[ 7 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.0.2
280280[ 8 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.1.0
281- [ 9 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.4.0
281+ [ 9 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.4.1
282282
283283## License
284284
You can’t perform that action at this time.
0 commit comments