{
  "autoload": {
    "psr-4": {
      "HGeS\\": "src/"
    }
  },
  "scripts": {
    "test": [
      "phpunit tests/"
    ],
    "documentation-generate": "vendor/bin/phpdoc --template=\"vendor/saggre/phpdocumentor-markdown/themes/markdown\""
  },
  "require": {
    "twig/twig": "^3.20",
    "symfony/http-client": "^7.2",
    "sentry/sentry": "^4.11",
    "symfony/validator": "^7.2"
  },
  "require-dev": {
    "phpdocumentor/shim": "^3.7",
    "saggre/phpdocumentor-markdown": "^0.1.4",
    "friendsofphp/php-cs-fixer": "^3.84",
    "symfony/var-dumper": "^7.3"
  },
  "config": {
    "allow-plugins": {
      "phpdocumentor/shim": true
    }
  }
}
