{
  "name": "pitchart/tell-dont-ask-kata",
  "description": "A legacy refactor kata, focused on the violation of the tell don't ask principle and the anemic domain model.",
  "type": "project",
  "require-dev": {
    "phpunit/phpunit": "^10.0"
  },
  "license": "GNU GENERAL PUBLIC LICENSE",
  "autoload": {
    "psr-4": {
      "Pitchart\\TellDontAskKata\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\Pitchart\\TellDontAskKata\\": "tests/"
    }
  },
  "authors": [
    {
      "name": "Julien VITTE",
      "email": "julien.vitte@insidegroup.fr"
    }
  ],
  "minimum-stability": "stable",
  "require": {
    "doctrine/collections": "^2.1"
  }
}
