ericshortcut / rosetree
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
Requires
- php: ^5.3.3 || ^7.0
Requires (Dev)
- phpunit/phpunit: 4.0.*
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"
}
}