{
  "name": "rogervila/array-diff-multidimensional",
  "description": "Compare the difference between two multidimensional arrays",
  "type": "library",
  "license": "MIT",
  "authors": [
    {
      "name": "Roger Vilà",
      "email": "rogervila@me.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "Rogervila\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Rogervila\\Tests\\": "tests/"
    }
  },
  "require-dev": {
    "phpunit/phpunit": "^4.8 || ^5.0"
  }
}
