PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Work from Home Schedule   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Work from Home Schedule
Propose a schedule to work from home or the office
Author: By
Last change:
Date: 1 year ago
Size: 577 bytes
 

Contents

Class file image Download
{ "name": "lee/work-home-schedule", "description": "Estimate working home date with Carbon::mixin", "homepage": "https://github.com/peter279k/work-home-schedule", "license": "MIT", "authors": [ { "name": "peter279k", "email": "peter279k@gmail.com" } ], "require": { "php": ">=7.2", "nesbot/carbon": "^2.32" }, "require-dev": { "phpunit/phpunit": "^8 || ^9", "php-coveralls/php-coveralls": "^2" }, "autoload": { "psr-4": { "Lee\\": "src" } }, "autoload-dev": { "psr-4": { "Lee\\Tests\\": "tests" } } }