PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexandre   PHP Benchmark Tool   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Benchmark Tool
Measure the time and memory that a PHP script uses
Author: By
Last change: - updated dependencies
- bug fixes
Date: 13 hours ago
Size: 699 bytes
 

Contents

Class file image Download
{ "name": "sitphp/benchmarks", "description": "A simple tool for benchmarking", "keywords": ["php", "benchmark"], "homepage": "https://github.com/php-sit/benchmarks", "license": "MIT", "authors": [ { "name": "Alexandre GEISWILLER", "email": "[email protected]" } ], "require": { "php": ">=7.2", "sitphp/helpers": "v1.4.*" }, "require-dev": { "sitphp/doubles" : "v2.4.*" }, "autoload": { "psr-4": { "SitPHP\\Benchmarks\\": "src" } }, "autoload-dev": { "psr-4": { "SitPHP\\Benchmarks\\Tests\\": "tests" } } }