PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Natanael Simões   PHP Test Bed   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Test Bed
Test PHP scripts describing what they execute
Author: By
Last change:
Date: 4 years ago
Size: 912 bytes
 

Contents

Class file image Download
{ "name": "ifroariquemes/php-testbed", "type": "library", "description": "Executor de teste de mesa para scripts PHP", "keywords": ["php", "testbed", "teste de mesa"], "homepage": "https://github.com/ifroariquemes/PHP-TestBed", "license": "LGPL-3.0+", "authors": [ { "name": "Natanael Simões", "email": "natanael.simoes@ifro.edu.br", "homepage": "http://www.natanaelsimoes.com", "role": "Professor" } ], "require": { "nikic/php-parser": "v3.0.1", "florianwolters/component-util-singleton": "v0.3.2", "philasearch/i18n": "1.1.*", "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "4.8.*" }, "autoload": { "psr-4": { "PhpTestBed\\": "src/", "PhpTestBed_Test\\": "tests/" } } }