{
  "name": "nextcloud/circles",
  "description": "circles",
  "minimum-stability": "stable",
  "license": "agpl",
  "config": {
    "optimize-autoloader": true,
    "classmap-authoritative": true,
    "autoloader-suffix": "Circles",
    "platform": {
      "php": "7.3"
    }
  },
  "authors": [
    {
      "name": "Maxence Lange",
      "email": "maxence@artificial-owl.com"
    }
  ],
  "autoload": {
    "psr-4": {
      "OCA\\Circles\\": "lib/"
    }
  },
  "require": {
    "artificial-owl/my-small-php-tools": "~22"
  },
  "scripts": {
    "cs:check": "php-cs-fixer fix --dry-run --diff",
    "cs:fix": "php-cs-fixer fix",
    "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l"
  },
  "require-dev": {
    "nextcloud/coding-standard": "^0.5.0",
    "phpunit/phpunit": "^9.5"
  }
}