tworzenieweb/repetitive-date-estimator

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "tworzenieweb/cyclic-dates",
    "description": "A small tool library for determining the closest interval cycle to context dates",
    "license": "MIT",
    "authors": [
        {
            "name": "Luke Adamczewski",
            "email": "tworzenieweb@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Tworzenieweb\\CyclicDates\\": "src/"
        }
    },
    "require": {
        "php": ">=5.6"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.3"
    }
}