{
  "name": "as247/flysystem-onedrive",
  "description": "One Drive Adapter for Flysystem",
  "keywords": ["php", "storage", "drive","microsoft","one-drive"],
  "homepage": "https://github.com/as247",
  "license": "MIT",
  "authors": [
    {
      "name": "As247",
      "email": "as247@vui360.com",
      "homepage": "http://as247.vui360.com"
    }
  ],
  "require": {
    "php": ">=7.1",
    "ext-json": "*",
    "as247/flysystem-drive-support": "^1.0",
    "microsoft/microsoft-graph": "^1.0"
  },
  "autoload": {
    "psr-4": {
      "As247\\Flysystem\\OneDrive\\": "src/"
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
