{
  "name": "geneacase/geneacase",
  "description": "Plataforma SaaS B2C/B2B de investigación genealógica basada en evidencias.",
  "type": "project",
  "license": "proprietary",
  "require": {
    "php": "^8.2 || ^8.3 || ^8.4",
    "ext-pdo": "*",
    "ext-json": "*",
    "ext-mbstring": "*",
    "ext-openssl": "*",
    "ext-fileinfo": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^12.0",
    "phpstan/phpstan": "^2.1"
  },
  "autoload": {
    "psr-4": {
      "GeneaCase\\": "app/"
    }
  },
  "scripts": {
    "test": "php tests/run.php",
    "lint": "php tools/qa/lint.php",
    "migrate": "php cli/geneacase.php migrate",
    "seed": "php cli/geneacase.php seed"
  },
  "config": {
    "sort-packages": true,
    "optimize-autoloader": true
  }
}
