{ "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" } } }
info at phpclasses dot org