{
  "name": "easyframework/collections",
  "description": "Easy Framework Collection Component",
  "type": "library",
  "license": "MIT",
  "keywords": [
    "framework",
    "easy",
    "generics",
    "collection"
  ],
  "homepage": "https://github.com/LellysInformatica/collections",
  "authors": [
    {
      "name": "Ítalo Lelis de Vietro",
      "email": " [email protected]"
    }
  ],
  "require": {
    "easyframework/generics": "~2.0",
    "symfony/property-access": "~2.6"
  },
  "require-dev": {
    "php": ">=5.4.0",
    "phpunit/phpunit": "~4.5",
    "symfony/var-dumper": "~2.6."
  },
  "autoload": {
    "psr-4": {
      "Collections\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\Collections\\": "tests/"
    }
  },
  "extra": {
    "branch-alias": {
      "dev-master": "4.0-dev"
    }
  }
}
 
  |