PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kushal Pogul   File Functions   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: File Functions
Manipulate local and remote files in a FTP server
Author: By
Last change:
Date: 7 years ago
Size: 1,316 bytes
 

Contents

Class file image Download
{ "name": "kushalpogul/file-functions", "description": "Plugin helps to upload, download, delete file from FTP Server. This plugin also allows various useful file manipulation operations.", "homepage": "https://github.com/kushalpogul/file-functions", "type": "cakephp-plugin", "license": "MIT", "authors": [ { "name": "Kushal Pogul", "role": "Author" } ], "require": { "php": ">=5.4.16", "cakephp/cakephp": "~3.1", }, "require-dev": { "psy/psysh": "@stable", "cakephp/debug_kit": "~3.2", "cakephp/bake": "~1.1" }, "suggest": { "phpunit/phpunit": "Allows automated tests to be run without system-wide install.", "cakephp/cakephp-codesniffer": "Allows to check the code against the coding standards used in CakePHP." }, "autoload": { "psr-4": { "App\\": "src" } }, "autoload-dev": { "psr-4": { "App\\Test\\": "tests", "Cake\\Test\\": "./vendor/cakephp/cakephp/tests" } }, "scripts": { "post-install-cmd": "App\\Console\\Installer::postInstall", "post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump" }, "minimum-stability": "stable", "prefer-stable": true }