{
  "name": "doppar/framework",
  "type": "package",
  "description": "The Doppar Framework",
  "license": "MIT",
  "keywords": [
    "framework",
    "doppar"
  ],
  "homepage": "https://doppar.com",
  "support": {
    "issues": "https://github.com/doppar/framework/issues",
    "source": "https://github.com/doppar/framework"
  },
  "authors": [
    {
      "name": "Mahedi Hasan",
      "email": "mahedy150101@gmail.com"
    }
  ],
  "require": {
    "php": "^8.3",
    "chillerlan/php-qrcode": "^5.0",
    "dragonmantank/cron-expression": "^3.4",
    "monolog/monolog": "^3.0",
    "nesbot/carbon": "^3.8",
    "paragonie/constant_time_encoding": "^3.0",
    "phpmailer/phpmailer": "^6.9",
    "psr/simple-cache": "^3.0",
    "ramsey/collection": "^2.1",
    "react/event-loop": "^1.6",
    "spomky-labs/otphp": "^11.3",
    "symfony/cache": "^7.4",
    "symfony/console": "^7.4",
    "symfony/process": "^7.4",
    "symfony/var-dumper": "^7.4",
    "vlucas/phpdotenv": "^5.6"
  },
  "require-dev": {
    "mockery/mockery": "^1.6",
    "phpunit/phpunit": "^12.5"
  },
  "autoload": {
    "psr-4": {
      "Phaseolies\\": "src/Phaseolies/"
    },
    "files": [
      "src/Phaseolies/Helpers/helpers.php"
    ]
  },
  "autoload-dev": {
    "psr-4": {
      "Tests\\": "tests/"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit --exclude-group database-external",
    "test:sqlite": "@test",
    "test:mysql": "vendor/bin/phpunit --group mysql",
    "test:pgsql": "vendor/bin/phpunit --group pgsql",
    "test:all": "vendor/bin/phpunit"
  },
  "extra": {
    "branch-alias": {
      "dev-master": "3.x-dev"
    }
  },
  "suggest": {
    "ext-apcu": "Needed to enable the APC-based caching layer.",
    "ext-pdo": "Provides the core database abstraction required for all DB operations.",
    "ext-pcntl": "Enables full functionality of the queue worker and support for console signal handling.",
    "ext-redis": "Required for using Redis-backed cache.",
    "symfony/cache": "Supplies the PSR-6 cache integration layer (version ^7.4)."
  },
  "config": {
    "sort-packages": true,
    "allow-plugins": {
      "composer/package-versions-deprecated": true,
      "php-http/discovery": false
    }
  },
  "minimum-stability": "dev",
  "prefer-stable": true
}
