{
  "name": "local/ai-rekognition-flow",
  "description": "PHP Amazon Rekognition face indexing and search flow.",
  "type": "project",
  "license": "proprietary",
  "require": {
    "php": ">=8.1",
    "aws/aws-sdk-php": "^3.300"
  },
  "autoload": {
    "psr-4": {
      "App\\": "src/"
    }
  },
  "scripts": {
    "serve": "php -S localhost:8000 -t public",
    "test": "php tests/smoke.php"
  }
}
