| {
    "name": "stefangabos/zebra_mptt",
    "type": "library",
    "description": "A PHP library providing an implementation of the modified preorder tree traversal algorithm",
    "keywords": ["php","mptt", "modified", "preorder", "tree", "traversal"],
    "homepage": "https://github.com/stefangabos/Zebra_Mptt",
    "license": "LGPL-3.0",
    "authors": [
        {
            "name": "Stefan Gabos",
            "email": "[email protected] ",
            "homepage": "https://github.com/stefangabos/",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.0.0"
    },
    "autoload": {
        "classmap": [
            "Zebra_Mptt.php"
        ]
    }
}
 |