{
  "name": "prettus/l5-repository",
  "description": "Laravel 8|9|10|11|12|13 - Repositories to the database layer",
  "keywords": [
    "laravel",
    "repository",
    "eloquent",
    "model",
    "cache"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Anderson Andrade",
      "homepage": "http://andersonandra.de",
      "email": "contato@andersonandra.de",
      "role": "Developer"
    }
  ],
  "homepage": "http://andersao.github.io/l5-repository",
  "support": {
    "email": "contato@andersonandra.de",
    "issues":"https://github.com/andersao/l5-repository/issues",
    "wiki":"https://github.com/andersao/l5-repository",
    "source":"https://github.com/andersao/l5-repository",
    "docs": "http://andersao.github.io/l5-repository"
  },
  "require": {
    "php": "^8.2",
    "illuminate/http": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
    "illuminate/config": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
    "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
    "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
    "illuminate/pagination": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
    "illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
    "illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
    "illuminate/validation": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
    "illuminate/container": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
    "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^11.0|^12.0",
    "orchestra/testbench": "^9.0|^10.0|^11.0",
    "mockery/mockery": "^1.6"
  },
  "autoload-dev": {
    "psr-4": {
      "Prettus\\Repository\\Tests\\": "tests/"
    }
  },
  "autoload": {
    "psr-4": {
      "Prettus\\Repository\\": "src/Prettus/Repository/",
      "Prettus\\Validator\\": "src/Prettus/Validator/"
    }
  },
  "config": {
    "preferred-install": "dist"
  },
  "suggest": {
    "league/fractal": "Required to use the Fractal Presenter (0.12.*).",
    "robclancy/presenter": "Required to use the Presenter Model (1.3.*)"
  },
  "extra": {
    "laravel": {
      "providers": [
        "Prettus\\Repository\\Providers\\RepositoryServiceProvider"
      ]
    }
  },
  "minimum-stability": "stable"
}
