Skip to content

Commit

Permalink
README.md Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AmraniCh committed Aug 20, 2021
1 parent 7c3ab43 commit 58478f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ composer dump-autoload

require __DIR__ . '/vendor/autoload.php';

use Lazzard\FtpClient\Config\FtpConfig;
use Lazzard\FtpClient\Connection\FtpConnection;
use Lazzard\FtpClient\Connection\FtpSSLConnection;
use Lazzard\FtpClient\Exception\FtpClientException;
use Lazzard\FtpClient\Config\FtpConfig;
use Lazzard\FtpClient\FtpClient;
use Lazzard\FtpClient\Exception\FtpClientException;

try {
// create a regular FTP connection
Expand Down Expand Up @@ -274,11 +274,11 @@ $client->keepAlive();
| Version | Status | Last Release | PHP Version |
|------------|---------------|--------------|-------------|
| 1.0.x | EOL | [v1.0.2][7] | >= 5.5 |
| 1.4.x | Latest | [v1.4.0][9] | >= 5.6 |
| 1.4.x | Latest | [v1.4.1][9] | >= 5.6 |

[7]: https://github.com/lazzard/php-ftp-client/releases/tag/v1.0.2
[8]: https://github.com/lazzard/php-ftp-client/releases/tag/v1.1.0
[9]: https://github.com/lazzard/php-ftp-client/releases/tag/v1.4.0
[9]: https://github.com/lazzard/php-ftp-client/releases/tag/v1.4.1

## License

Expand Down

0 comments on commit 58478f6

Please sign in to comment.