{
    "name": "jelle-s/arraykeycombiner",
    "description": "Combines arrays by searching for intersections and adding them to the master array. Keys are combined using a delimiter.",
    "type": "library",
    "require": {
        "jelle-s/arrayintersections": "^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": "
[email protected]"
        }
    ],
    "minimum-stability": "stable",
    "autoload": {
      "psr-4": {"Jelle_S\\Util\\Combiner\\": "src/"}
    }
}