{
  "name": "serein/lar-03-worker-throughput-experiment",
  "description": "Reproduction for the LAR-03 Thoughts evidence brief",
  "type": "project",
  "license": "MIT",
  "require": {
    "php": "8.4.12",
    "laravel/framework": "13.20.0",
    "predis/predis": "3.5.1"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    }
  },
  "config": {
    "allow-plugins": false,
    "sort-packages": true
  }
}
