PHP Classes

File: app/composer.json

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   TDD By Example   app/composer.json   Download  
File: app/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: TDD By Example
Develop classes using test driven design
Author: By
Last change:
Date: 2 months ago
Size: 279 bytes
 

Contents

Class file image Download
{ "name": "terdia/tdd", "require": {}, "autoload": { "psr-4": { "App\\":"src" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests" } }, "require-dev": { "phpunit/phpunit": "^9.1" } }