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
41
41
42
42
require __DIR__ . '/vendor/autoload.php';
43
43
44
- use Lazzard\FtpClient\Config\FtpConfig;
45
44
use Lazzard\FtpClient\Connection\FtpConnection;
46
45
use Lazzard\FtpClient\Connection\FtpSSLConnection;
47
- use Lazzard\FtpClient\Exception\FtpClientException ;
46
+ use Lazzard\FtpClient\Config\FtpConfig ;
48
47
use Lazzard\FtpClient\FtpClient;
48
+ use Lazzard\FtpClient\Exception\FtpClientException;
49
49
50
50
try {
51
51
// create a regular FTP connection
@@ -274,11 +274,11 @@ $client->keepAlive();
274
274
| Version | Status | Last Release | PHP Version |
275
275
| ------------| ---------------| --------------| -------------|
276
276
| 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 |
278
278
279
279
[ 7 ] : https://github.com/lazzard/php-ftp-client/releases/tag/v1.0.2
280
280
[ 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
282
282
283
283
## License
284
284
You can’t perform that action at this time.
0 commit comments