PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   PHP TDD Tutorial Bug Report Application   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP TDD Tutorial Bug Report Application
Bug report application to show the TDD approach
Author: By
Last change:
Date: 2 years ago
Size: 287 bytes
 

Contents

Class file image Download
{ "name": "terdia/bug-report-app", "require": {}, "require-dev": { "phpunit/phpunit": "^7" }, "autoload": { "psr-4": { "App\\":"Src" } }, "autoload-dev": { "psr-4": { "Tests\\": "Tests" } } }