| {
  "name": "xobotyi/dotarray",
  "description": "Handle your arrays easily with dot notation access style",
  "type": "library",
  "keywords": [
    "php",
    "array",
    "dot-notation",
    "array-methods",
    "array-access"
  ],
  "license": "New BSD",
  "authors": [
    {
      "name": "Anton Zinovyev",
      "email": "[email protected] ",
      "role": "Founder"
    }
  ],
  "require": {
    "php": ">=7.1"
  },
  "require-dev": {
    "phpunit/phpunit": "^6.5.3",
    "codacy/coverage": "^1.4.0",
    "voku/arrayy": "^4.0.0",
    "adbario/php-dot-notation": "^2.0.0"
  },
  "autoload": {
    "psr-4": {
      "xobotyi\\": "src"
    }
  }
}
 |