PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of stefan   PHP Calculator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Calculator
Calculate the result of multiple math operations
Author: By
Last change: Update composer.json
Update composer.json
Date: 2 years ago
Size: 306 bytes
 

Contents

Class file image Download
{ "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "Taschenrechner\\": "public/" } }, "repositories": [ { "type": "composer", "url": "https:\/\/www.phpclasses.org\/" } ] }