{
  "name": "serein/evt-01-domain-events-experiment",
  "description": "Reproduction for the EVT-01 Thoughts evidence brief",
  "type": "project",
  "license": "MIT",
  "require": {
    "php": "8.4.12",
    "laravel/framework": "13.20.0"
  },
  "require-dev": {
    "phpunit/phpunit": "12.5.31"
  },
  "autoload": {
    "psr-4": {
      "App\\": "app/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\": "tests/"
    }
  },
  "config": {
    "allow-plugins": false,
    "sort-packages": true
  }
}
