{
  "name": "edinburgh/socratic-demos",
  "description": "Two focused Socratic proofs of concept for Edinburgh Medical School",
  "type": "project",
  "license": "proprietary",
  "require": {
    "php": ">=8.2",
    "ext-curl": "*",
    "ext-fileinfo": "*",
    "ext-json": "*",
    "ext-mbstring": "*",
    "ext-dom": "*",
    "ext-xmlreader": "*",
    "ext-zip": "*",
    "smalot/pdfparser": "^2.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^11.0"
  },
  "autoload": {
    "psr-4": {
      "Socratic\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Socratic\\Tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "phpunit",
    "setup": "php bin/setup.php",
    "doctor": "php bin/doctor.php"
  },
  "config": {
    "sort-packages": true,
    "optimize-autoloader": true
  }
}
