PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Engin Ypsilon   MycroBench   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: MycroBench
Measure the time that passed since a past moment
Author: By
Last change:
Date: 1 year ago
Size: 503 bytes
 

Contents

Class file image Download
{ "name": "eypsilon/mycrobench", "type": "library", "license": "MIT", "description": "MycroBench | Lightweight time measure tool for PHP", "minimum-stability": "dev", "config": { "optimize-autoloader": true, "sort-packages": true }, "autoload": { "psr-4": { "Many\\": "src" } }, "require": { "php": ">=7.4" }, "extra": { "branch-alias": { "dev-master": "1.0.0-dev" } } }