heiglandreas/DateIntervalComparator

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "org_heigl/dateintervalcomparator",
    "description": "Compare two DateInterval-Objects with one another",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Andreas Heigl",
            "email": "andreas@heigl.org"
        }
    ],
    "autoload" : {
        "psr-4" : {
            "Org_Heigl\\DateIntervalComparator\\": "src/"
        }
    },
    "autoload-dev" : {
        "psr-4" : {
            "Org_Heigl\\DateIntervalComparatorTest\\" : "tests/"
        }
    },
    "require":{
        "php": "^7.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.6 || ^6.0 || ^7.0 || ^8.0"
    }
}