Jelle-S/arrayintersections

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "jelle-s/arrayintersections",
    "description": "Tries to find intersections between a combination of arrays.",
    "type": "library",
    "require": {
        "jelle-s/bitmaskgenerator": "^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7",
        "phpunit/php-code-coverage": "^4.0",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "license": "GPL-3.0+",
    "authors": [
        {
            "name": "Jelle Sebreghts",
            "email": "sebreghts.jelle@gmail.com"
        }
    ],
    "minimum-stability": "stable",
    "autoload": {
      "psr-4": {"Jelle_S\\Util\\Intersections\\": "src/"}
    }
}