PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of AlexanderC   ITest v2   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ITest v2
Run tests on classes defined in comments
Author: By
Last change: Update of composer.json
Date: 3 months ago
Size: 495 bytes
 

Contents

Class file image Download
{ "name": "pyhalibs/itest", "type": "library", "description": "Pyha Framework ITest Library", "keywords": ["pyha", "framework", "testing", "tdd"], "license": "MIT", "authors": [ { "name": "AlexanderC", "email": "alexander.moldova@gmail.com" } ], "require": { "php": ">=5.4" }, "autoload": { "psr-0": { "Pyha\\Libs\\ITest\\": "lib/" }, "classmap": [ ] }, "minimum-stability": "dev" }