{
  "name": "craftcms/google-cloud",
  "description": "Google Cloud Storage integration for Craft CMS",
  "type": "craft-plugin",
  "keywords": [
    "cms",
    "craftcms",
    "flysystem",
    "google",
    "cloud",
    "storage",
    "yii2"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Pixel & Tonic",
      "homepage": "https://pixelandtonic.com/"
    }
  ],
  "support": {
    "email": "support@craftcms.com",
    "issues": "https://github.com/craftcms/google-cloud/issues?state=open",
    "source": "https://github.com/craftcms/google-cloud",
    "docs": "https://github.com/craftcms/google-cloud/blob/master/README.md",
    "rss": "https://github.com/craftcms/google-cloud/commits/master.atom"
  },
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require": {
    "php": "^8.0.2",
    "craftcms/cms": "^4.0.0-alpha.1",
    "craftcms/flysystem": "^1.0.0-beta.2",
    "league/flysystem-google-cloud-storage": "^3.0.0"
  },
  "require-dev": {
    "craftcms/ecs": "dev-main",
    "craftcms/phpstan": "dev-main",
    "craftcms/rector": "dev-main"
  },
  "autoload": {
    "psr-4": {
      "craft\\googlecloud\\": "src/"
    }
  },
  "extra": {
    "name": "Google Cloud Storage",
    "handle": "google-cloud",
    "documentationUrl": "https://github.com/craftcms/google-cloud/blob/master/README.md"
  },
  "scripts": {
    "check-cs": "ecs check --ansi",
    "fix-cs": "ecs check --ansi --fix",
    "phpstan": "phpstan --memory-limit=1G"
  },
  "config": {
    "platform": {
      "php": "8.0.2"
    },
    "allow-plugins": {
      "yiisoft/yii2-composer": true,
      "craftcms/plugin-installer": true
    }
  }
}
