Skip to content

Commit 58478f6

Browse files
committed
README.md Updated
1 parent 7c3ab43 commit 58478f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ composer dump-autoload
4141

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

44-
use Lazzard\FtpClient\Config\FtpConfig;
4544
use Lazzard\FtpClient\Connection\FtpConnection;
4645
use Lazzard\FtpClient\Connection\FtpSSLConnection;
47-
use Lazzard\FtpClient\Exception\FtpClientException;
46+
use Lazzard\FtpClient\Config\FtpConfig;
4847
use Lazzard\FtpClient\FtpClient;
48+
use Lazzard\FtpClient\Exception\FtpClientException;
4949

5050
try {
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

0 commit comments

Comments
 (0)