PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chouchen   Shikiryu PHP Backup Tool   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Shikiryu PHP Backup Tool
Backup files and databases to different storage
Author: By
Last change: :sparkles: Makes dropbox working again

Using a new SDK, since the one we used is now deprecated
Date: 4 years ago
Size: 631 bytes
 

Contents

Class file image Download
{ "name": "shikiryu/backup", "description": "Backup script for limited shared hosting", "version": "0.0.1", "authors": [ { "name": "Shikiryu", "email": "backup@desmidt.fr", "homepage": "http://shikiryu.com", "role": "Developer" } ], "require": { "phpseclib/phpseclib": ">=1.0.0", "ext-fileinfo": "*", "ext-zip": "*", "ext-ftp": "*", "ext-pdo": "*", "ext-mbstring": "*", "ext-json": "*", "spatie/dropbox-api": "^1.11" }, "require-dev": { "roave/security-advisories": "dev-master" }, "autoload": { "classmap": ["app/code/", "vendor/"] } }