{
    "name": "edu-sharing/auth-plugin",
    "description": "Plugin to provide authentification via Auth By App with a edu-sharing repository",
    "type": "library",
    "license": "GPL-3.0-only",
    "authors": [
        {
            "name": "Torsten Simon",
            "email": "simon@edu-sharing.net"
        }
    ],
  "autoload": {
    "psr-4": {
      "EduSharingApiClient\\": "src/EduSharing"
    }
  },
  "require": {
    "php": ">= 8.0",
    "ext-json": "*",
    "ext-curl": "*",
    "ext-openssl": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^9"}
}
