PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dawood Ikhlaq   PHP Down Watch   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Down Watch
Notify when a site is down and stopped responding
Author: By
Last change:
Date: 3 years ago
Size: 400 bytes
 

Contents

Class file image Download
{ "autoload": { "psr-4": { "DownWatch\\": "src/" }, "files": [ "src/helper.php" ] }, "require": { "phpmailer/phpmailer": "^6.0", "vlucas/phpdotenv": "^3.3" }, "scripts": { "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ] } }