PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry M. Merkushin   PHP Autotest   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: use Symfony/Console
Class: PHP Autotest
Run automated test again when project files change
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 646 bytes
 

Contents

Class file image Download
{ "name": "merkushin/php.autotest", "description": "Run tests automatically", "type": "library", "keywords": [ "test", "autotest" ], "authors": [ { "name": "Dmitry Merkushin", "email": "merkushin@gmail.com", "role": "lead" } ], "autoload": { "psr-0": { "Autotest": "src/" } }, "autoload-dev": { "psr-0": { "AutotestTest": "tests/" } }, "require": { "symfony/console": "2.4.*", "phpunit/phpunit": "4.8.*" }, "bin": [ "bin/autotest.php" ] }