ericshortcut / rosetree
There is no license information available for the latest version (v1.1.0-beta) of this package.
RoseTree for hierarchical collections
v1.1.0-beta
2017-11-17 15:22 UTC
Requires
- php: ^5.3.3 || ^7.0
Requires (Dev)
- phpunit/phpunit: 4.0.*
This package is not auto-updated.
Last update: 2025-07-06 08:18:39 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"
}
}