PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Olaf Lederer   Backup4WP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Backup4WP
Backup and restore your WordPress website
Author: By
Last change:
Date: 10 months ago
Size: 579 bytes
 

Contents

Class file image Download
{ "name": "finalwebsites/backup4wp", "description": "Backup & Restore for WordPress", "type": "project", "require": { "symfony/http-client": "^5.4", "nyholm/psr7": "^1.5", "mailersend/mailersend": "^0.10", "phpmailer/phpmailer": "^6.5", "ifsnop/mysqldump-php": "^2.9" }, "license": "MIT", "authors": [ { "name": "Olaf Lederer", "email": "olaf@finalwebsites.com" } ], "config": { "allow-plugins": { "php-http/discovery": true } } }