{
  "description": "For kleeSOFTWARE",
  "keywords": ["Klee Software","php","Klee Software"],
  "homepage": "http://kleesoftware.com",
  "type": "project",
  "license": "BSD-3-Clause",
  "minimum-stability": "stable",
  "require": {
    "symfony/http-foundation": "^5.4",
    "phpmailer/phpmailer": "^6.8",
    "sgraaf/chatgpt-php": "^0.1.0",
    "mpdf/mpdf": "^8.2",
    "studio-42/elfinder": "2.1.66"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.6",
    "fakerphp/faker": "^1.23",
    "squizlabs/php_codesniffer": "^3.10",
    "friendsofphp/php-cs-fixer": "^3.64"
  },
  "autoload": {
    "psr-4": {
      "Klee\\Core\\": "core/psr4/"
    },
    "classmap": [
      "core/",
      "core/db/",
      "core/attributes/",
      "core/contracts/",
      "app/models/",
      "app/controllers/",
      "core/helpers/",
      "app/config/"
    ],
    "exclude-from-classmap": [
      "app/config/ConfigEnv.example.php"
    ],
    "files": [
      "core/helpers/OutputHelper.php"
    ]
  },
  "scripts": {
    "test": "vendor\\bin\\phpunit --colors=always",
    "smoke": "php bin\\smoke",
    "lint:style": "vendor\\bin\\phpcs --standard=phpcs.xml.dist --warning-severity=0",
    "format:check": "vendor\\bin\\php-cs-fixer fix --config=.php-cs-fixer.dist.php --dry-run --diff",
    "format": "vendor\\bin\\php-cs-fixer fix --config=.php-cs-fixer.dist.php"
  }
}
