PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   Conway's Game of Life PHP   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Conway's Game of Life PHP
Implementation of the game of life simulation
Author: By
Last change:
Date: 10 months ago
Size: 444 bytes
 

Contents

Class file image Download
{ "name": "terdia/game-of-life", "type": "library", "authors": [ { "name": "Terry Osayawe", "email":"terrymarcy2000@yahoo.com" } ], "license": "mit", "require-dev": { "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "App\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests" } } }