{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "9a14daa2a5272ee7452bf835a49e3eec", "content-hash": "c55bb2b4ec497207987ac962ec212f3c", "packages": [ { "name": "bluem/tree", "version": "3.0", "source": { "type": "git", "url": "https://github.com/BlueM/Tree.git", "reference": "c77f469d7741b01c695ae04e55a90595bd659b6d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/BlueM/Tree/zipball/c77f469d7741b01c695ae04e55a90595bd659b6d", "reference": "c77f469d7741b01c695ae04e55a90595bd659b6d", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.0" }, "require-dev": { "doctrine/instantiator": "1.0.*", "phpunit/phpunit": "6.*" }, "type": "library", "autoload": { "psr-4": { "BlueM\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Carsten Blüm", "email": "carsten@bluem.net" } ], "description": "Library for handling tree structures based on parent IDs", "homepage": "https://github.com/BlueM/Tree", "keywords": [ "hierarchical", "tree" ], "time": "2019-03-28 06:18:44" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }