PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of William   neoshiftlab PHP Tree Data Structure   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: neoshiftlab PHP Tree Data Structure
Create and manipulate trees of data values
Author: By
Last change:
Date: 2 years ago
Size: 620 bytes
 

Contents

Class file image Download
{ "name": "neoshiftlab/tree", "type": "library", "description": "Build tree data structure.", "keywords": [ "tree", "data", "structure" ], "minimum-stability": "stable", "license": "MIT", "authors": [ { "name": "William", "email": "work@suppo.fr" } ], "require": { "php": "^8.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "symfony/var-dumper": "^5.3", "squizlabs/php_codesniffer": "^3.6" }, "autoload": { "psr-4": { "Neoshiftlab\\Tree\\": "src/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } } }