Install the latest version with composer, you have to add a private VCS repository as described below:
{
"require": {
"propellerads/time": "*"
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:propellerads/time.git"
}
]
}