diff --git a/ci4/composer.json b/ci4/composer.json index 8fe6ffc5..1b6032ae 100755 --- a/ci4/composer.json +++ b/ci4/composer.json @@ -13,7 +13,8 @@ "php": "^8.2", "codeigniter4/framework": "^4.0", "codeigniter4/shield": "^1.0", - "dompdf/dompdf": "^2.0" + "dompdf/dompdf": "^2.0", + "nicolab/php-ftp-client": "^2.0" }, "require-dev": { "fakerphp/faker": "^1.9", diff --git a/ci4/composer.lock b/ci4/composer.lock index 4596b329..72107154 100644 --- a/ci4/composer.lock +++ b/ci4/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b2eee64c89c81ed0f0edef73637b9199", + "content-hash": "ad46e8d1c155c881b11c8b8054611788", "packages": [ { "name": "codeigniter4/framework", @@ -399,6 +399,58 @@ }, "time": "2024-03-31T07:05:07+00:00" }, + { + "name": "nicolab/php-ftp-client", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Nicolab/php-ftp-client.git", + "reference": "a1d007c8b203895611f68b0da314281d4a5c3d49" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Nicolab/php-ftp-client/zipball/a1d007c8b203895611f68b0da314281d4a5c3d49", + "reference": "a1d007c8b203895611f68b0da314281d4a5c3d49", + "shasum": "" + }, + "require": { + "ext-ftp": "*", + "php": ">=5.4" + }, + "type": "library", + "autoload": { + "psr-0": { + "FtpClient": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Tallefourtane", + "email": "dev@nicolab.net", + "homepage": "http://nicolab.net" + } + ], + "description": "A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.", + "homepage": "https://github.com/Nicolab/php-ftp-client", + "keywords": [ + "file", + "ftp", + "helper", + "lib", + "server", + "sftp", + "ssl", + "ssl-ftp" + ], + "support": { + "source": "https://github.com/Nicolab/php-ftp-client/tree/v2.0.2" + }, + "time": "2022-08-10T11:09:32+00:00" + }, { "name": "phenx/php-font-lib", "version": "0.5.6",