PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Dependency Injection Calculator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dependency Injection Calculator
Perform math calculations using an injected object
Author: By
Last change:
Date: 11 months ago
Size: 707 bytes
 

Contents

Class file image Download
{ "name": "lee/dependency-calculator", "description": "This is about simple calculator with depency injection pattern", "type": "library", "require": { "php": "^7.4 || ^8.0", "ext-gmp": "*", "ext-bcmath": "*" }, "license": "MIT", "autoload": { "psr-4": { "Lee\\Calculator\\": "src" } }, "autoload-dev": { "psr-4": { "Lee\\Calculator\\Tests\\": "tests" } }, "authors": [ { "name": "peter279k", "email": "peter279k@gmail.com" } ], "require-dev": { "phpunit/phpunit": "^8.0", "php-coveralls/php-coveralls": "^2.5" } }