{
  "name": "faustbrian/obj-01-construction-boundaries",
  "description": "Reproduction for constructor, factory, and hydration boundaries.",
  "type": "project",
  "require": {
    "php": "8.4.12",
    "laravel/framework": "13.20.0"
  },
  "require-dev": {
    "phpunit/phpunit": "12.5.31"
  },
  "autoload": {
    "psr-4": {
      "App\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\": "tests/"
    }
  },
  "config": {
    "allow-plugins": {},
    "sort-packages": true
  }
}
