{ "name": "oat-sa/lib-tao-dtms", "type": "library", "description": "Classes for manipulate dates and intervals with microseconds precision", "keywords": ["date", "time", "datetime", "ms", "microseconds", "milliseconds", "interval", "ISO8601", "fractions"], "license": "GPL-2.0-only", "authors": [ { "name": "Open Assessment Technologies S.A.", "homepage": "http://www.taotesting.com" }, { "name": "Ivan Klimchuk", "email": "ivan@klimchuk.com", "homepage" : "http://klimchuk.com", "role" : "Developer" } ], "support": { "forum": "http://forum.taotesting.com", "issues": "https://github.com/oat-sa/lib-tao-dtms/issues" }, "require": { "php" : ">=5.3.0" }, "require-dev": { "phpunit/phpunit" : "4.*" }, "autoload": { "psr-4": { "oat\\dtms\\": "src" } }, "autoload-dev": { "psr-4": { "oat\\dtms\\Test\\": "test" } } }