PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ogbemudia Osayawe   PHP Data Structure and Algorithms   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Data Structure and Algorithms
Create and search data structures objects
Author: By
Last change:
Date: 2 years ago
Size: 491 bytes
 

Contents

Class file image Download
{ "name": "terdia/binary-tree", "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" } }, "require": { "ext-json": "*" } }