PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   Benchmark Tools   composer.json   Download  
File: composer.json
Role: Sample output
Content type: text/plain
Description: Sample output
Class: Benchmark Tools
Show a report of PHP configuration information
Author: By
Last change:
Date: 8 years ago
Size: 754 bytes
 

Contents

Class file image Download
{ "name": "dmamontov/benchmark-tools", "description": "Server benchmark for all that is possible.", "type": "project", "keywords": ["Benchmark", "Server"], "version": "1.0.3", "license": "BSD-3-Clause", "homepage": "http://www.slobel.ru/", "authors": [ { "name": "Dmitry Mamontov", "email": "hello@slobel.ru", "role": "lead" } ], "require": { "php": ">=5.3.0" }, "support": { "email": "support@slobel.ru" }, "autoload": { "psr-0" : { "DmitryMamontov\\" : "lib/" } }, "extra": { "branch-alias": { "dev-master": "1.0.0.x-dev" } } }