{
"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/"
}
}
}
|