ericshortcut/rosetree

There is no license information available for the latest version (v1.1.0-beta) of this package.

RoseTree for hierarchical collections

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ericshortcut/rosetree

v1.1.0-beta 2017-11-17 15:22 UTC

This package is not auto-updated.

Last update: 2025-10-12 09:57:29 UTC


README

You can add to an existing project:

# for stable -> https://packagist.org/packages/ericshortcut/rosetree
composer require ericshortcut/rosetree dev-master

or, if you want the master version:

You can add to the composer.json:

{
    "name": "foo/bar",
    "description": "Foo bar",
    "require": {
        "php": "^5.3.3 || ^7.0",
        "ericshortcut/rosetree": "dev-master"
    }
}

or from tags

{
    "name": "foo/bar",
    "description": "Foo bar",
    "require": {
        "php": "^5.3.3 || ^7.0",
        "ericshortcut/rosetree": "v1.0.0-beta"
    }
}